summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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