summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaha2015-09-30 21:43:35 -0400
committerTaha2015-09-30 21:43:35 -0400
commit523def48dc07523d33baaa65b09a1c93ac9ffb01 (patch)
treea4af0d4e555e801a2d4571e2ee014f21c78abf11
parentf206438914d37501340bdbbc563a612622d2a91e (diff)
downloadaur-523def48dc07523d33baaa65b09a1c93ac9ffb01.tar.gz
Added git make dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2feae42a5db7..60d8dbc379c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = 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
url = https://github.com/crescentrose/puush4linux
arch = i686
arch = x86_64
license = WTFPL
+ makedepends = git
depends = bash
depends = scrot
depends = curl
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