summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Tsagk2022-01-07 02:45:39 +0000
committerTom Tsagk2022-01-07 02:45:39 +0000
commit3ad44cd1a60027db4e6fd3c1bd166cf13bd5d59f (patch)
tree63f402dcf08404b66100ae9449da0b335599b0fa /PKGBUILD
parentab8019d68cbeb84a3ef10f3e7f9347d8a1176577 (diff)
downloadaur-3ad44cd1a60027db4e6fd3c1bd166cf13bd5d59f.tar.gz
Update to version `0.2.2` which fixes some compilation issues when making games
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d680a763e93..c57792243f26 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.2.1
+pkgver=0.2.2
pkgrel=1
arch=('x86_64')
url="https://darkdimension.org/avdl.html"
license=('GPL3')
depends=('sdl2' 'sdl2_mixer' 'glew')
source=($pkgname-$pkgver.tar.gz::https://github.com/tomtsagk/$pkgname/archive/refs/tags/v$pkgver.tar.gz)
-md5sums=('ab6a2bdb67f347d85b1d6aa405ea510e')
+md5sums=('6c8eb446e58d46f4f2cb8db93bc1b724')
build() {
cd "$pkgname-$pkgver"