summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYusuf Aktepe2020-05-02 00:18:41 +0300
committerYusuf Aktepe2020-05-02 01:04:00 +0300
commit4a4b93ceefaa24ed7bf801879371ac0edd8659e9 (patch)
treec75feb6d517e780d1ad13509bad6f1de2262416a
parent17d416d76aee0146b05674b0102378581cfa6b1c (diff)
downloadaur-4a4b93ceefaa24ed7bf801879371ac0edd8659e9.tar.gz
Adopt package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fd5f2487966..1ee4871ff9a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = xbindkeys
depends = guile
optdepends = tk: xbindkeys_show
source = https://www.nongnu.org/xbindkeys/xbindkeys-1.8.6.tar.gz
- md5sums = c6ea9db56e075dae0697497e2ed390cc
+ sha256sums = 6c0d18be19fc19ab9b4595edf3a23c0a6946c8a5eb5c1bc395471c8f9a710d18
pkgname = xbindkeys
diff --git a/PKGBUILD b/PKGBUILD
index af107b6cefb2..8476843c6964 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Florian Pritz <bluewind@xinu.at>
+# Maintainer: Yusuf Aktepe <yusuf@yusufaktepe.com>
+# Contributor: Florian Pritz <bluewind@xinu.at>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Thayer Williams <thayer@archlinux.org>
@@ -12,7 +13,7 @@ license=('GPL')
depends=('libx11' 'guile')
optdepends=('tk: xbindkeys_show')
source=(https://www.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('c6ea9db56e075dae0697497e2ed390cc')
+sha256sums=('6c0d18be19fc19ab9b4595edf3a23c0a6946c8a5eb5c1bc395471c8f9a710d18')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"