summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Gilbert2017-07-03 17:07:27 -0400
committerBryan Gilbert2017-07-03 17:07:27 -0400
commitbd8404345955939e6a3151e37e7162dec03339c5 (patch)
treed3beffdd825cb41c64955281995837bdf95fd53f
parentddb05142591497ff997e2970472148a7a726cada (diff)
downloadaur-bd8404345955939e6a3151e37e7162dec03339c5.tar.gz
update clipster dependency to point to clipster-git
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4400f447ec78..099fab874e6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = roficlip
arch = i686
arch = x86_64
license = GPL
- depends = clipster
+ depends = clipster-git
depends = gawk
depends = rofi
depends = fzf
diff --git a/PKGBUILD b/PKGBUILD
index c7ce86578efe..d7a7c1b4ef17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="A simple shell script that surfaces clipboard history from clipster in
arch=('i686' 'x86_64')
url="https://github.com/gilbertw1/roficlip"
license=('GPL')
-depends=('clipster' 'gawk' 'rofi' 'fzf')
+depends=('clipster-git' 'gawk' 'rofi' 'fzf')
source=("https://github.com/gilbertw1/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('3ecebd3870e23b9ae977c8db1b80028fb969ea67006616cdcc61ef5c148d1003')