summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIpssisimus2016-09-16 04:09:01 +0000
committerIpssisimus2016-09-16 04:09:01 +0000
commitaf36461e7449ae400a8714b1a62d0bff95eb5717 (patch)
tree938d28e44966d2ca8abe6d70b1b7d0973dfa8b6f /PKGBUILD
parent078e9dd34eb633321c7d280b56bf58b11fb187ba (diff)
downloadaur-af36461e7449ae400a8714b1a62d0bff95eb5717.tar.gz
instll workaround
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 8 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cff15abd6b62..28f891886615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,16 @@ pkgname=ez
pkgver=0.0.2
pkgrel=1
pkgdesc="Script wrapper arround pacman, yaourt, pbget, makepkg"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://github.com/Ipssisimus/$pkgname"
license=('GPL3')
depends=('pbget' 'diffutils' 'pacman>=5.0' 'package-query>=1.8'
'gettext')
makedepends=('')
-backup=('etc/ezrc')
-source=("https://github.com/Ipssisimus/ez/archive/ez-0.0.1-1.tar.gz")
-md5sums=('c223e34cb341b44ee246a54202c6d26b')
+install=${pkgname}.install
+source=("https://github.com/Ipssisimus/$pkgname/archive/$pkgname-$pkgver-$pkgrel.tar.gz")
+md5sums=('c3e04746080cffdd2b75af85aa44344c')
+md5sums=('527c8e07c1dc83a66be035d344e79957')
+
+exec ./ez.install
+