summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPival812016-09-05 15:28:15 +0200
committerPival812016-09-05 15:28:15 +0200
commitdd4f403246bd337861479343aeabba9dfaca763a (patch)
treeea994f47cc8eb2d18d9962103d540bcd7b844d65 /PKGBUILD
parent1456ce9934cef4aab7ee1cd084c4abe5ecf7d161 (diff)
downloadaur-dd4f403246bd337861479343aeabba9dfaca763a.tar.gz
yet another commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d47258e1532..d125831d96bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,8 +19,6 @@ optdepends=('qt: enable built-in crash handler (Qt5 version; recompile needed)'
provides=('arxlibertatis')
conflicts=('arxlibertatis' 'arx-libertatisgit')
-makedepends=('rpmextract')
-
source_x86_64=("http://download.opensuse.org/repositories/home:/dscharrer/Fedora_23/x86_64/$_pkgname-$pkgver-$rpmrel.1.x86_64.rpm")
source_i386=("http://download.opensuse.org/repositories/home:/dscharrer/Fedora_23/i686/$_pkgname-$pkgver-$rpmrel.1.i686.rpm")
@@ -28,7 +26,6 @@ md5sums_x86_64=("576b07947d3a834d07e49232791753bd")
md5sums_i386=("042f113c9e3e82715c0c7554b3fdfb2c ")
package() {
- cd $pkgdir
- rpmextract.sh $srcdir/$_pkgname-$pkgver-*.rpm
+ bsdtar -C $pkgdir -xf $srcdir/$_pkgname-$pkgver-*.rpm
}