summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e822fd91c61f..66aa169f244c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Tom Tsagk <tomtsagk@darkdimension.org>
pkgname=avdl
pkgdesc="Abstract video-game development language compiler"
-pkgver=0.0.0
+pkgver=0.0.1
pkgrel=1
arch=('x86_64')
url="https://notabug.org/tomtsagk/$pkgname"
license=('GPL3')
depends=('sdl2' 'sdl2_mixer' 'freeglut' 'glew')
source=(https://notabug.org/tomtsagk/$pkgname/archive/v$pkgver.tar.gz)
-md5sums=('04b7d79031597ad46108d984beb79353')
+md5sums=('c5bf61b83fc5c25b02686b28beddaca6')
build() {
cd "$pkgname"