diff options
-rw-r--r-- | devtools32/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools32/PKGBUILD b/devtools32/PKGBUILD index e76848eb8..d667ceb71 100644 --- a/devtools32/PKGBUILD +++ b/devtools32/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=devtools32 -pkgver=20170629 +pkgver=20170704 pkgrel=1 pkgdesc='Tools for Arch Linux package maintainers, also for 32 bit' arch=('any') @@ -12,7 +12,7 @@ url='https://github.com/archlinux32/devtools32/' depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts' 'pacman-mirrorlist32') conflicts=('devtools') source=("$pkgname-$pkgver.tar.gz::https://github.com/archlinux32/$pkgname/archive/v$pkgver.tar.gz") -sha512sums=('62686a2222035cee3aea43e94c1dcca549ca711e69f0811b256d0754385b9106e100cac643b88ce1d66269e38e8078123bee47aed1c10c803700ea8fe4e05f72') +sha512sums=('2fa12ae986507f18ea55ba5cef6d8f491f89dab2be93361747bea61ac19f941cbd2ec5bcadcaecfe95d0c9048719a8445b28f74a91bbb488feb60020e3c331a1') build() { cd "${pkgname}-${pkgver}" |