summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Gilbert2017-07-03 17:02:05 -0400
committerBryan Gilbert2017-07-03 17:02:05 -0400
commitb977336549fb4f0c883ecf027fa316acc0a898b7 (patch)
tree3714e35ce4b8de7492f9db32c8f1424411c85008
parent34b568a3b8f471b0a8b28fae9edd2b80903fe118 (diff)
downloadaur-b977336549fb4f0c883ecf027fa316acc0a898b7.tar.gz
0.1.3 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53ba198cba72..0c8eda975fdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = roficlip
pkgdesc = A simple shell script that surfaces clipboard history from clipster in Rofi
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/gilbertw1/roficlip
arch = i686
@@ -9,8 +9,8 @@ pkgbase = roficlip
depends = clipster
depends = gawk
depends = rofi
- source = https://github.com/gilbertw1/roficlip/archive/0.1.2.tar.gz
- sha256sums = f72d81fddfe8823340d18d83ce2ca6f4492f024cbfa6dabb7961c38d69062ffd
+ source = https://github.com/gilbertw1/roficlip/archive/0.1.3.tar.gz
+ sha256sums = 3ecebd3870e23b9ae977c8db1b80028fb969ea67006616cdcc61ef5c148d1003
pkgname = roficlip
diff --git a/PKGBUILD b/PKGBUILD
index 298e2e9b11bf..d8ea35dcd922 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bryan Gilbert <gilbertw1 at gmail dot com>
pkgname=roficlip
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc="A simple shell script that surfaces clipboard history from clipster in Rofi"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ url="https://github.com/gilbertw1/roficlip"
license=('GPL')
depends=('clipster' 'gawk' 'rofi')
source=("https://github.com/gilbertw1/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('f72d81fddfe8823340d18d83ce2ca6f4492f024cbfa6dabb7961c38d69062ffd')
+sha256sums=('3ecebd3870e23b9ae977c8db1b80028fb969ea67006616cdcc61ef5c148d1003')
package() {
cd "$pkgname-$pkgver"