summaryrefslogtreecommitdiff
path: root/community/pkgtools
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-06 00:01:15 +0000
committerroot <root@rshg054.dnsready.net>2012-04-06 00:01:15 +0000
commit870286a74f6142709671fd3437944382f29bf352 (patch)
tree00501e7d18319db16b20e39436b8fb60837bdfe5 /community/pkgtools
parenta7f79fc1ced18c586d320033ac9738e98a21b550 (diff)
Fri Apr 6 00:01:15 UTC 2012
Diffstat (limited to 'community/pkgtools')
-rw-r--r--community/pkgtools/PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/pkgtools/PKGBUILD b/community/pkgtools/PKGBUILD
index e38f71649..4a26907f4 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')
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: