summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcalzonealamuerte2022-03-17 21:55:46 +0100
committerYour Name2022-03-17 21:55:46 +0100
commit202a4f28f53cc97e8bce112d64422df80b8fea73 (patch)
tree934eb29f6cad3f8f775227095ca203dc30810dd5
parentdb6a959ebaf5deabcc3aeb1a6b1533209001682a (diff)
downloadaur-202a4f28f53cc97e8bce112d64422df80b8fea73.tar.gz
update package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34f867be6980..d9a34fed226e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cliphist-bin
pkgdesc = clipboard history “manager” for wayland
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/sentriz/cliphist
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = cliphist-bin
depends = wl-clipboard
optdepends = xdg-utils: for image mime inferance
provides = cliphist
- source = https://github.com/sentriz/cliphist/releases/download/v0.3.0/v0.3.0-linux-amd64
- sha256sums = b33dbe4a615d38689e2342ad9f8c6c41260b63a327b33032b97f699312501116
+ source = https://github.com/sentriz/cliphist/releases/download/v0.3.1/v0.3.1-linux-amd64
+ sha256sums = 3aa354dfc38193fac8e7790f22700ea9c0ecb648700eba1898f4a53df874b55a
pkgname = cliphist-bin
diff --git a/PKGBUILD b/PKGBUILD
index 651a1e33f3a6..69275910e575 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: calzonealamuerte <wilburn22 at messageden dot com>
pkgname=cliphist-bin
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc='clipboard history “manager” for wayland'
arch=('x86_64')
@@ -11,7 +11,7 @@ provides=('cliphist')
depends=('wl-clipboard')
optdepends=('xdg-utils: for image mime inferance')
source=("${url}/releases/download/v${pkgver}/v${pkgver}-linux-amd64")
-sha256sums=('b33dbe4a615d38689e2342ad9f8c6c41260b63a327b33032b97f699312501116')
+sha256sums=('3aa354dfc38193fac8e7790f22700ea9c0ecb648700eba1898f4a53df874b55a')
package() {
install -Dm755 "${srcdir}"/v${pkgver}-linux-amd64 "${pkgdir}/usr/bin/cliphist"