summaryrefslogtreecommitdiff
path: root/community/cabextract/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-02 11:30:49 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-02 11:30:49 -0300
commitd734cc3a77cdc6960cbd72f3f8c680612342f24d (patch)
tree4fefd06bad669711c7564983f85d84d418141b05 /community/cabextract/PKGBUILD
parent3dc4525661db2630038e019a2a31b71fdcbfb74a (diff)
parenta81bc5be2e3672119ca0313a1fde10397a31211e (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/mingw32-gcc/PKGBUILD extra/transmission/PKGBUILD
Diffstat (limited to 'community/cabextract/PKGBUILD')
-rw-r--r--community/cabextract/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/cabextract/PKGBUILD b/community/cabextract/PKGBUILD
index 20fd3e5ef..3801ff4b8 100644
--- a/community/cabextract/PKGBUILD
+++ b/community/cabextract/PKGBUILD
@@ -1,9 +1,8 @@
-# $Id: PKGBUILD 34168 2010-12-04 02:18:42Z andrea $
-# Maintainer:
-# Contributor: Giovanni Scafora <giovanni@archlinux.org>
+# $Id: PKGBUILD 50767 2011-06-30 19:23:26Z giovanni $
+# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
pkgname=cabextract
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="A program to extract Microsoft cabinet (.CAB) files"
arch=('i686' 'x86_64' 'mips64el')
@@ -11,7 +10,7 @@ license=('GPL')
url="http://www.cabextract.org.uk/"
depends=('glibc')
source=("http://www.cabextract.org.uk/${pkgname}-${pkgver}.tar.gz")
-md5sums=('cb9a4a38470d2a71a0275968e7eb64d3')
+md5sums=('79f41f568cf1a3ac105e0687e8bfb7c0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -24,5 +23,6 @@ build() {
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
+
make DESTDIR="${pkgdir}" install
}