summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYusuf Aktepe2020-05-02 00:18:07 +0300
committerYusuf Aktepe2020-05-02 01:04:12 +0300
commitd85aee0d0280744de05726905a8ba108b5b1e10e (patch)
tree71eaa473c85e2fa8c8468750a8a75e60ebc432d6
parent81d79e4aa36fe646d85780c814a7d6f9dc3f374e (diff)
downloadaur-d85aee0d0280744de05726905a8ba108b5b1e10e.tar.gz
Adopt package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0214a1eae77..2a9774ea7494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,8 @@ pkgbase = tabbed
depends = libx11
source = https://dl.suckless.org/tools/tabbed-0.6.tar.gz
source = config.h
- md5sums = 7898992feb9358e0196119750b77b42c
- md5sums = 910b1cbcf62051064c58029987e05db8
+ sha256sums = 7651ea3acbec5d6a25469e8665da7fc70aba2b4fa61a2a6a5449eafdfd641c42
+ sha256sums = b53a40916d44090c31cdf5b259336deb70b79d15888f6941e7b8d216370cda55
pkgname = tabbed
diff --git a/PKGBUILD b/PKGBUILD
index 751a7037ad42..5fab0f70ba61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: Lukas Fleischer <lfleischer@archlinux.org>
+# Maintainer: Yusuf Aktepe <yusuf@yusufaktepe.com>
+# Contributor: Lukas Fleischer <lfleischer@archlinux.org>
# Contributor: totoloco <totoloco at gmx>
pkgname=tabbed
@@ -12,8 +13,8 @@ depends=('libx11')
install='tabbed.install'
source=("https://dl.suckless.org/tools/${pkgname}-${pkgver}.tar.gz"
'config.h')
-md5sums=('7898992feb9358e0196119750b77b42c'
- '910b1cbcf62051064c58029987e05db8')
+sha256sums=('7651ea3acbec5d6a25469e8665da7fc70aba2b4fa61a2a6a5449eafdfd641c42'
+ 'b53a40916d44090c31cdf5b259336deb70b79d15888f6941e7b8d216370cda55')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"