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