summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"