summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14528bea8c2e..4caf97a4e8fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cliphist
pkgdesc = clipboard history “manager” for wayland
- pkgver = 0.3.1
- pkgrel = 1
+ pkgver = 0.4.0
+ pkgrel = 3
epoch = 1
url = https://github.com/sentriz/cliphist
arch = i686
@@ -11,7 +11,7 @@ pkgbase = cliphist
depends = wl-clipboard
optdepends = xdg-utils
conflicts = cliphist-bin
- source = cliphist-0.3.1.tar.gz::https://github.com/sentriz/cliphist/archive/v0.3.1.tar.gz
- sha256sums = a0ff01e0d0fc601671d131773fc6f68a3116e631d74b97553dcf68502440e277
+ source = cliphist-0.4.0.tar.gz::https://github.com/sentriz/cliphist/archive/v0.4.0.tar.gz
+ sha256sums = e492d6cd4e1bfc77582e32e25a3683687f2ff22e8d390cd06e14d21d7bef32c2
pkgname = cliphist
diff --git a/PKGBUILD b/PKGBUILD
index 368ec2041ac2..69b8a56d59df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,8 @@
pkgname=cliphist
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
epoch=1
-_tag='5a4258fa72c0e34625f949c8114da9ae46c91b6f'
pkgdesc='clipboard history “manager” for wayland'
arch=('i686' 'x86_64')
url="https://github.com/sentriz/$pkgname"
@@ -14,7 +13,7 @@ makedepends=('go')
optdepends=('xdg-utils')
conflicts=('cliphist-bin')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('381b92356e76229c5d15c2d42b3ee63734b7463aacbd200087abd6ed3c30c5ce')
+sha256sums=('e492d6cd4e1bfc77582e32e25a3683687f2ff22e8d390cd06e14d21d7bef32c2')
build() {
cd "$srcdir/$pkgname-$pkgver"