summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a85cc7305cb..db45a54eb185 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aloevera
pkgdesc = Graphical asset processing pipeline for the Commander X16
- pkgver = 0.2.1
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/yeastplume/aloevera
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = aloevera
depends = gcc-libs
optdepends = cc65: compile assembly and header files
optdepends = x16-emulator: run BASIC and bin files
- source = aloevera-0.2.1.tar.gz::https://github.com/yeastplume/aloevera/archive/v0.2.1.tar.gz
- md5sums = 2bfda79f95d01654749003d2b3f8eb3e
+ source = aloevera-0.2.3.tar.gz::https://github.com/yeastplume/aloevera/archive/v0.2.3.tar.gz
+ md5sums = 4595bce344d2a9cf30fe59110c8f373e
pkgname = aloevera
diff --git a/PKGBUILD b/PKGBUILD
index 81940c2bff5b..252e37fbc9a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Julien Savard <juju@juju2143.ca>
pkgname=aloevera
-pkgver=0.2.1
+pkgver=0.2.3
pkgrel=1
pkgdesc="Graphical asset processing pipeline for the Commander X16"
arch=('x86_64')
@@ -11,7 +11,7 @@ makedepends=('cargo')
optdepends=('cc65: compile assembly and header files'
'x16-emulator: run BASIC and bin files')
source=("$pkgname-$pkgver.tar.gz::https://github.com/yeastplume/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('ea5a3a4bb06a99f58cf6b8f0e20f16ac')
+md5sums=('4595bce344d2a9cf30fe59110c8f373e')
build() {
cd "$pkgname-$pkgver"