summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlangurmonkey2022-09-15 09:08:57 +0200
committerlangurmonkey2022-09-15 09:08:57 +0200
commitb6b5ee22bd1c4a0726ced43323835c3a67b66296 (patch)
treedd20b9412b4067ea3982c8cf96c745b9a25115c4 /PKGBUILD
parent2a9c24bc04eec8e40648b70f05cdeef49a0ebcf1 (diff)
downloadaur-tsnake.tar.gz
fix: add MD5 checksum.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3da9e7334b89..8d75c0bc733d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ makedepends=('git' 'gcc' 'ncurses')
provides=(tsnake)
conflicts=(tsnake)
source=(https://codeberg.org/langurmonkey/tsnake/archive/$pkgver.tar.gz)
-md5sums=('SKIP')
+md5sums=('3207dd248d3254ddb739c52ece1dc024')
build() {
cd tsnake