summaryrefslogtreecommitdiff
path: root/community/pkgtools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pkgtools/PKGBUILD')
-rw-r--r--community/pkgtools/PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/pkgtools/PKGBUILD b/community/pkgtools/PKGBUILD
index b2dcf35bf..483c97d51 100644
--- a/community/pkgtools/PKGBUILD
+++ b/community/pkgtools/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Daenyth <Daenyth+Arch AT gmail DOT com>
# Contributor: Daenyth <Daenyth+Arch AT gmail DOT com>
pkgname=pkgtools
-pkgver=23
-pkgrel=4
+pkgver=24
+pkgrel=1
pkgdesc="A collection of scripts for Arch Linux packages"
arch=('i686' 'x86_64' 'mips64el')
url="http://bbs.archlinux.org/viewtopic.php?pid=384196"
@@ -16,7 +16,7 @@ optdepends=('cron: For pkgfile --update entry'
'abs: Provides proto packaging files for newpkg'
'python-yaml: for gem2arch'
'python2: for pkgconflict')
-md5sums=('5361111e31741f8d7ff8ca45c7996b6b')
+md5sums=('f139c3940e1038cac4e29e985089e8a8')
build() {
cd "$srcdir/Daenyth-$pkgname"-*
@@ -28,9 +28,6 @@ package() {
cd "$srcdir/Daenyth-$pkgname"-*
make DESTDIR="$pkgdir" install
-
- # fix infinite loop in autotools configure scripts
- sed -i '/export -f command_not_found_handle/d' "$pkgdir/usr/share/pkgtools/pkgfile-hook.bash"
}
# vim:set ts=2 sw=2 et: