summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPival812016-09-05 15:29:49 +0200
committerPival812016-09-05 15:29:49 +0200
commitcc05a35483949909394f9a369689db5eb62c7a79 (patch)
tree661e705558dad9da1aa18d5341ece869df8aaaad /PKGBUILD
parentf32a4825a0a07909bba0449d60e488961cd282b7 (diff)
downloadaur-booktabz.tar.gz
yet another commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3267d3501e37..486d8a02190f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,14 +7,12 @@ pkgdesc="Booktab - Libri di testo multimediali sul tuo tablet e sul tuo computer
arch=("x86_64")
url="http://booktab.it"
license=('unknown')
-depends=('dpkg')
source=('https://booktab.it/setup-z/BooktabZSetup-16.04.deb')
noextract=('BooktabZSetup-16.04.deb')
md5sums=('07a7fb9efb841a1b52ca6e9fa9c8b505')
package() {
- cd $srcdir
- dpkg-deb -x BooktabZSetup-16.04.deb $pkgdir
+ bsdtar -Oxf $srcdir/BooktabZSetup-16.04.deb --include data.tar.xz | tar -C $pkgdir -Jxf -
find $pkgdir/usr -type d -exec chmod 755 {} \;
}