diff options
-rw-r--r-- | abs/core-testing/sudo/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/core-testing/sudo/PKGBUILD b/abs/core-testing/sudo/PKGBUILD index 64d8acd..7226f0c 100644 --- a/abs/core-testing/sudo/PKGBUILD +++ b/abs/core-testing/sudo/PKGBUILD @@ -1,6 +1,6 @@ pkgname=sudo -pkgver=1.7.0 -pkgrel=3 +pkgver=1.7.3 +pkgrel=1 pkgdesc="Give certain users the ability to run some commands as root" arch=(i686 x86_64) url="http://www.sudo.ws/sudo/" @@ -25,3 +25,5 @@ build() { install -D -m644 LICENSE $startdir/pkg/usr/share/licenses/sudo/LICENSE \ || return 1 } +md5sums=('c22115b47cb2591bceedb914b673f031' + '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') |