summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa2021-04-23 21:03:13 +0000
committerJelle van der Waa2021-04-23 21:03:13 +0000
commite4c94885be7820b837d9f22cc43f15873412cd7f (patch)
tree3f51542542c8b73434c3a88ea319a44dbf76f1a3
parent2e1b565d2c75e44a856d8c8b568398d1edc03b9b (diff)
downloadaur-e4c94885be7820b837d9f22cc43f15873412cd7f.tar.gz
upgpkg: 0.10.1-1
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b54848d3c256..e66c248882c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=autocutsel
-pkgver=0.10.0
-pkgrel=3
+pkgver=0.10.1
+pkgrel=1
pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
arch=('x86_64')
depends=('libxaw')
@@ -12,7 +12,7 @@ source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocuts
url="https://github.com/sigmike/autocutsel"
install=autocutsel.install
license=('GPL')
-md5sums=('7d5b96e5f7b79b883d8350f104043366')
+md5sums=('4e891b51745891d3367f085ff84610de')
build() {
cd "${srcdir}"/$pkgname-$pkgver