summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Gilbert2017-09-13 21:20:06 -0400
committerBryan Gilbert2017-09-13 21:20:06 -0400
commitde9455ef38ec7c7fb9cf5c12d00842b0330b72c1 (patch)
tree64725cb49f6d7b752ec04ec2ced21b1608e899a2
parentbd8404345955939e6a3151e37e7162dec03339c5 (diff)
downloadaur-de9455ef38ec7c7fb9cf5c12d00842b0330b72c1.tar.gz
updated to non '-git' version of clipster
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 099fab874e6b..eed791a99f93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = roficlip
pkgdesc = A simple shell script that surfaces clipboard history from clipster in Rofi
pkgver = 0.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gilbertw1/roficlip
arch = i686
arch = x86_64
license = GPL
- depends = clipster-git
+ depends = clipster
depends = gawk
depends = rofi
depends = fzf
diff --git a/PKGBUILD b/PKGBUILD
index d7a7c1b4ef17..f0fb0aab469f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Bryan Gilbert <gilbertw1 at gmail dot com>
pkgname=roficlip
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="A simple shell script that surfaces clipboard history from clipster in Rofi"
arch=('i686' 'x86_64')
url="https://github.com/gilbertw1/roficlip"
license=('GPL')
-depends=('clipster-git' 'gawk' 'rofi' 'fzf')
+depends=('clipster' 'gawk' 'rofi' 'fzf')
source=("https://github.com/gilbertw1/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('3ecebd3870e23b9ae977c8db1b80028fb969ea67006616cdcc61ef5c148d1003')