diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-08 08:49:05 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-08 14:36:47 +0200 |
commit | 41cc046dd3327dc7041376bf213b0d9eab656bf5 (patch) | |
tree | 8f79cd91a54f096d3d83051404c6e1a9e0f455d6 /testing/pwbunny | |
parent | 20634c818b579e0f68bd830277d5fb20672df582 (diff) | |
download | aports-41cc046dd3327dc7041376bf213b0d9eab656bf5.tar.bz2 aports-41cc046dd3327dc7041376bf213b0d9eab656bf5.tar.xz |
testing/pwbunny: update url
Diffstat (limited to 'testing/pwbunny')
-rw-r--r-- | testing/pwbunny/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/pwbunny/APKBUILD b/testing/pwbunny/APKBUILD index eed911210..4acbf8f26 100644 --- a/testing/pwbunny/APKBUILD +++ b/testing/pwbunny/APKBUILD @@ -4,7 +4,7 @@ pkgname=pwbunny pkgver=1.1 pkgrel=0 pkgdesc="A password manager that stores and retrieves passwords in an encrypted file" -url="http://code.google.com/p/pwbunny/" +url="http://code.arp242.net/pwbunny" arch="noarch" license="BSD" depends="" @@ -13,8 +13,8 @@ makedepends="python-dev py-setuptools" install="" subpackages="" source="http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz" -_builddir="$srcdir"/$pkgname-$pkgver +_builddir="$srcdir"/$pkgname-$pkgver build() { cd "$_builddir" python setup.py build || return 1 |