summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbl00dy18372021-07-09 21:19:27 +0200
committerbl00dy18372021-07-09 21:19:27 +0200
commit471b8c7abfde95ba6e17035be4bcd14c579ee291 (patch)
treecbe80ebc6a9189d625e72b15ac856f08e476ecac
parent15123e2b3e6814634819b05430b64d8d46b6cc7b (diff)
downloadaur-471b8c7abfde95ba6e17035be4bcd14c579ee291.tar.gz
fixed shasums
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 460b7327918c..b156716ad39f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,17 @@
_pkgname=ativayeban
pkgname=${_pkgname}-git
pkgver=r7.b85db68
-pkgrel=1
+pkgrel=2
pkgdesc="Fall through a labyrinth. Avoid getting crushed!"
arch=('any')
url="https://github.com/Nebuleon/ativayeban"
license=('GPL2')
makedepends=('git')
depends=('sdl' 'sdl_image')
-source=("git+https://github.com/Nebuleon/ativayeban.git")
-sha1sums=('SKIP')
+source=("git+https://github.com/Nebuleon/ativayeban.git"
+ "${_pkgname}.sh")
+sha256sums=('SKIP'
+ 'addf504723793e02312c3fab83a720e54f30ad1f5e58657b31cf42aab54d4a0f')
pkgver() {
cd "${_pkgname}"