summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaha2015-09-30 21:43:35 -0400
committerTaha2015-09-30 21:43:35 -0400
commit523def48dc07523d33baaa65b09a1c93ac9ffb01 (patch)
treea4af0d4e555e801a2d4571e2ee014f21c78abf11 /PKGBUILD
parentf206438914d37501340bdbbc563a612622d2a91e (diff)
downloadaur-523def48dc07523d33baaa65b09a1c93ac9ffb01.tar.gz
Added git make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f8e1e480981..6e07910e77eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
pkgname=puush4linux
pkgdesc="puush4linux is a Linux client for the popular screenshot host puush. puush4linux aims to reach feature parity with the official Windows puush client. It currently supports authentication, taking screenshots and file uploading."
pkgver=r6
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://github.com/crescentrose/puush4linux"
license=('WTFPL')
source=('git+https://github.com/crescentrose/puush4linux.git')
md5sums=('SKIP')
depends=('bash' 'scrot' 'curl' 'libnotify' 'xclip')
+makedepends=('git')
package() {
install -D $srcdir/puush4linux/puush $pkgdir/usr/bin/puush