summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornull2016-09-13 00:03:40 -0400
committernull2016-09-13 00:03:40 -0400
commitc877c6b34e3d342a6754e1982655039e9159e599 (patch)
tree2fd9633a74c0c1eb062c6f1f840ad83eb89314c4
parent718e5b62c8ae248ae5ca2a7f4a35b825ea9c740a (diff)
downloadaur-c877c6b34e3d342a6754e1982655039e9159e599.tar.gz
Added dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 134f79572191..b3ec336c7886 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Sep 13 03:59:09 UTC 2016
+# Tue Sep 13 04:03:33 UTC 2016
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 = r9
@@ -14,6 +14,7 @@ pkgbase = puush4linux
depends = curl
depends = libnotify
depends = xclip
+ depends = optipng
source = git+https://github.com/zekesonxx/puush4linux.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 14b6e3048881..755689fc982f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="https://github.com/zekesonxx/puush4linux"
license=('WTFPL')
source=('git+https://github.com/zekesonxx/puush4linux.git')
md5sums=('SKIP')
-depends=('bash' 'scrot' 'curl' 'libnotify' 'xclip')
+depends=('bash' 'scrot' 'curl' 'libnotify' 'xclip' 'optipng')
makedepends=('git')
package() {