diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2016-11-09 03:25:29 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-09 20:53:03 +0100 |
commit | 0a130e34f6c81a289777f63ee18e652801b6b284 (patch) | |
tree | eebc582fb5fa75804b3d03ff38bd60b79b58159c /community | |
parent | dbfa57e8cc7a068bc4e2469f5f5194aefb42e265 (diff) | |
download | aports-0a130e34f6c81a289777f63ee18e652801b6b284.tar.bz2 aports-0a130e34f6c81a289777f63ee18e652801b6b284.tar.xz |
community/py-mechanize: clean-up abuild
Diffstat (limited to 'community')
-rw-r--r-- | community/py-mechanize/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/py-mechanize/APKBUILD b/community/py-mechanize/APKBUILD index e7e9576fe6..e1f321f752 100644 --- a/community/py-mechanize/APKBUILD +++ b/community/py-mechanize/APKBUILD @@ -3,17 +3,14 @@ pkgname=py-mechanize _pkgname=mechanize pkgver=0.2.5 -pkgrel=0 +pkgrel=1 pkgdesc="Stateful programmatic web browsing in Python" url="http://wwwsearch.sourceforge.net/mechanize/" arch="noarch" license="BSD ZPL" -depends= makedepends="python2-dev py-setuptools" -install="" -subpackages="" source="http://wwwsearch.sourceforge.net/$_pkgname/src/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$_pkgname-$pkgver +builddir="$srcdir/$_pkgname-$pkgver" build() { cd "$builddir" @@ -27,3 +24,5 @@ package() { } md5sums="32657f139fc2fb75bcf193b63b8c60b2 mechanize-0.2.5.tar.gz" +sha256sums="2e67b20d107b30c00ad814891a095048c35d9d8cb9541801cebe85684cc84766 mechanize-0.2.5.tar.gz" +sha512sums="23de1d9a5fba63d76fd577889594dacf5412fb2fccb58908a10ab350a81dd16a7a31019d0b4a59a5ed4115320c7e3585c77eef88dcd80a88a9c3c2da3c28fa68 mechanize-0.2.5.tar.gz" |