summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJack Kamm2017-11-21 16:18:51 +0000
committerJack Kamm2017-11-21 16:18:51 +0000
commit2b6f58e196372edfcb2afc2a6e4c8c0beaeef8a7 (patch)
tree7b87c4ca303676ba4623a4e911555eac88a140fb /PKGBUILD
parentd8eb79f5ff6510496d8547aaea3a70c0cf1c100f (diff)
downloadaur-2b6f58e196372edfcb2afc2a6e4c8c0beaeef8a7.tar.gz
remove rpmextract dependence
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ede20c8ba10d..1ec42e4b5e72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jack Kamm <jackkamm@gmail.com>
pkgname=pantum-p2000-driver
pkgver="1.00_1"
-pkgrel=2
+pkgrel=3
pkgdesc="Pantum 2000 Series Linux Driver"
-arrch=('x86_64')
+arch=('x86_64')
url="http://global.pantum.com/global/"
license=('proprietary')
depends=('cups')
-makedepends=('rpmextract' 'unzip')
+makedepends=('unzip')
source=(
"http://global.pantum.com/global/wp-content/uploads/2016/01/Pantum-P2000-Series-Linux-DriverUbutun12.04V1.00-1.zip"
)
@@ -23,7 +23,7 @@ build() {
mkdir -p ${pkgname}-${pkgver}
cd ./${pkgname}-${pkgver}
- rpm2cpio "../Pantum-P2000-Series-Linux-DriverUbutun12.04V1.00-1/Pantum-0.3-1.${arch}.rpm" | bsdtar -xf -
+ bsdtar -xf "../Pantum-P2000-Series-Linux-DriverUbutun12.04V1.00-1/Pantum-0.3-1.${arch}.rpm"
}
package() {