summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTaha2015-09-30 19:38:34 -0400
committerTaha2015-09-30 19:38:34 -0400
commit2793395120b7a2f19715ae182b5f49a7acf77eff (patch)
treefcde67e29f609ee15c32ce5634bc85b8e774f27b /PKGBUILD
parent4a44cc041fafaddb119ec282202ec03db642258f (diff)
downloadaur-2793395120b7a2f19715ae182b5f49a7acf77eff.tar.gz
Added xclip dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d45882cec2d..1776d8324f17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +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=0.01
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://github.com/crescentrose/puush4linux"
license=('WTFPL')
source=(https://github.com/crescentrose/puush4linux/archive/master.zip)
md5sums=('SKIP')
-depends=('bash' 'scrot' 'curl' 'libnotify')
+depends=('bash' 'scrot' 'curl' 'libnotify' 'xclip')
package() {
install -D $srcdir/puush4linux-master/puush $pkgdir/usr/bin/puush
-} \ No newline at end of file
+}