summaryrefslogtreecommitdiff
path: root/pcr/pactools
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-02 02:25:26 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-05-02 02:25:26 -0500
commit3b8a617e5f51abeb6080a151fcde28c4305e81d1 (patch)
tree9c54d38a8c6dd42a5320334604e336592456438a /pcr/pactools
parent540860c03bd86a80d3650ac0ba185a2105062b7e (diff)
pactools-0.8.2-1.1: rebuild
Diffstat (limited to 'pcr/pactools')
-rw-r--r--pcr/pactools/PKGBUILD14
1 files changed, 11 insertions, 3 deletions
diff --git a/pcr/pactools/PKGBUILD b/pcr/pactools/PKGBUILD
index 7776e77a5..c634763ed 100644
--- a/pcr/pactools/PKGBUILD
+++ b/pcr/pactools/PKGBUILD
@@ -3,16 +3,24 @@
pkgname=pactools
pkgver=0.8.2
-pkgrel=1
+pkgrel=1.1
pkgdesc="A collection of the best tools for pacman"
-arch=('i686' 'x86_64' 'mips64el')
+arch=('i686' 'x86_64')
url="http://pierloz.com/pactools"
license=("GPL")
depends=('perl' 'bash' 'python')
source=(pactools pt-pacman-cage pt-pacman-uncage pt-pacsize \
pt-deptree pt-pacman-info pt-repolist pt-pacfix)
+md5sums=('e04be158db59062fdb44a163d19d7cbf'
+ '505cbc004c239a3a94b6f02c5c3201af'
+ '592cf087a714a74e694b507383e9bef0'
+ 'f2377202783af3eca5390327fd83e3b7'
+ 'a7bdcab2cba14d2948eb125e82e496d3'
+ '3eb6d5410650c8a508973f1add786266'
+ 'fa67e705aaf6f01d1708d3076b5431a4'
+ 'fe3422509815063180c211a14d9a3798')
-build() {
+package() {
install -d $pkgdir/usr/bin
install -m 755 $srcdir/* $pkgdir/usr/bin
}