diff options
author | James Meyer <james.meyer@operamail.com> | 2009-01-29 23:42:18 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-01-29 23:42:18 (GMT) |
commit | 70ed78e8a0373a166324211118fad8a37d0be776 (patch) | |
tree | a7d6ceb1a68ba92ce4963a0bc671a7ef859afba5 | |
parent | 9424e5a8eccfb93bb2c0a46bfdfdc57a8174063d (diff) | |
download | linhes_pkgbuild-70ed78e8a0373a166324211118fad8a37d0be776.zip linhes_pkgbuild-70ed78e8a0373a166324211118fad8a37d0be776.tar.gz linhes_pkgbuild-70ed78e8a0373a166324211118fad8a37d0be776.tar.bz2 |
Fix pkgbulid revision number.
Somehow it was reverted to less then what 6.00.05 has.
No functinal changes, just avoid pacman warnings when upgrading.
-rw-r--r-- | abs/core-testing/lighttpd/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/ppp/PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/lighttpd/PKGBUILD b/abs/core-testing/lighttpd/PKGBUILD index 322b08c..7b7e533 100644 --- a/abs/core-testing/lighttpd/PKGBUILD +++ b/abs/core-testing/lighttpd/PKGBUILD @@ -3,7 +3,7 @@ pkgname=lighttpd pkgver=1.4.20 -pkgrel=3 +pkgrel=30 pkgdesc='a secure, fast, compliant and very flexible web-server' license=('custom') arch=('i686' 'x86_64') diff --git a/abs/core-testing/ppp/PKGBUILD b/abs/core-testing/ppp/PKGBUILD index 8240ad7..ecd086e 100644 --- a/abs/core-testing/ppp/PKGBUILD +++ b/abs/core-testing/ppp/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: judd <jvinet@zeroflux.org> pkgname=ppp pkgver=2.4.4 -pkgrel=7 +pkgrel=30 pkgdesc="A daemon which implements the PPP protocol for dial-up networking" arch=(i686 x86_64) url="http://www.samba.org/ppp/" |