diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2012-03-17 16:17:57 +0000 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2012-03-17 16:17:57 +0000 |
commit | a6655ac9b6cad23ea5f7556a2d60b7bbaa2e1ce5 (patch) | |
tree | 8c1e54c8d28617efbf0bbd818403b5bfc8e89e3d /testing | |
parent | f0f42e1987f3ed02f584fd78938b5511e851ab33 (diff) | |
download | aports-a6655ac9b6cad23ea5f7556a2d60b7bbaa2e1ce5.tar.bz2 aports-a6655ac9b6cad23ea5f7556a2d60b7bbaa2e1ce5.tar.xz |
various: bump pkgrel on packages where opts were replaced
bump pkgrel on various packages
Diffstat (limited to 'testing')
-rw-r--r-- | testing/gnump3d/APKBUILD | 2 | ||||
-rw-r--r-- | testing/pdns/APKBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/gnump3d/APKBUILD b/testing/gnump3d/APKBUILD index 1fa85b283e..ff26e2df7d 100644 --- a/testing/gnump3d/APKBUILD +++ b/testing/gnump3d/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Michael Mason <ms13sp@gmail.com> pkgname=gnump3d pkgver=3.0 -pkgrel=0 +pkgrel=1 pkgdesc="A streaming server for MP3, OGG vorbis and other streamable files" url="http://www.gnump3d.org/" arch="all" diff --git a/testing/pdns/APKBUILD b/testing/pdns/APKBUILD index 482a57b312..ad728a91e2 100644 --- a/testing/pdns/APKBUILD +++ b/testing/pdns/APKBUILD @@ -4,7 +4,7 @@ pkgname=pdns pkgver=3.0 _extver=rc1 _realver=$pkgver-$_extver -pkgrel=0 +pkgrel=1 pkgdesc="PowerDNS Authoritative Server" url="http://www.powerdns.com/" arch="all" |