summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkpcyrd2022-11-14 22:44:22 +0000
committerkpcyrd2022-11-14 22:44:22 +0000
commit1b66bcfcb82e9af12eebd52199fabd42971712ed (patch)
tree0e7fa444c48e3933f5a57f53446dbcd8f8d21c64 /PKGBUILD
parente4c94885be7820b837d9f22cc43f15873412cd7f (diff)
downloadaur-1b66bcfcb82e9af12eebd52199fabd42971712ed.tar.gz
- add sha256sums=
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e66c248882c9..24d5de6d610e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=autocutsel
pkgver=0.10.1
-pkgrel=1
+pkgrel=2
pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
arch=('x86_64')
depends=('libxaw')
@@ -13,6 +13,7 @@ url="https://github.com/sigmike/autocutsel"
install=autocutsel.install
license=('GPL')
md5sums=('4e891b51745891d3367f085ff84610de')
+sha256sums=('f17e06d42f7494436d4b26f4be0b6b0da39481c0400c96778e4b905b6341eb17')
build() {
cd "${srcdir}"/$pkgname-$pkgver