diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-08-23 10:59:36 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-08-23 10:59:36 +0000 |
commit | b4662f6187419d184730415a9525aa32e3fbf50e (patch) | |
tree | 9e4cbfca45de66bb4ed20a719f4d79780e6a9911 /testing/py-crc16 | |
parent | 878db27520021a8c4028a272bc38d6346caf76ad (diff) | |
download | aports-b4662f6187419d184730415a9525aa32e3fbf50e.tar.bz2 aports-b4662f6187419d184730415a9525aa32e3fbf50e.tar.xz |
testing/py-crc16: update url
Diffstat (limited to 'testing/py-crc16')
-rw-r--r-- | testing/py-crc16/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-crc16/APKBUILD b/testing/py-crc16/APKBUILD index e272fa14f2..18c5a9cab8 100644 --- a/testing/py-crc16/APKBUILD +++ b/testing/py-crc16/APKBUILD @@ -3,9 +3,9 @@ pkgname=py-crc16 _pkgname=crc16 pkgver=0.1.1 -pkgrel=0 +pkgrel=1 pkgdesc="A Python library for calculating CRC16" -url="http://bitbucket.org/kmike/vkontakte/" +url="https://code.google.com/p/pycrc16/" arch="all" license="MIT" depends="python" |