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 723fd487eb9b..1212d7d22bd4 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.3.4
+pkgver=0.4.3
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=('1dd7b377eabf0e65cc241029d44ec88b')
+md5sums=('a6c517316f292a1396564e65e18e9664')
build() {
cd "$pkgname-$pkgver"