aboutsummaryrefslogtreecommitdiffstats
path: root/community/aml/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/aml/APKBUILD')
-rw-r--r--community/aml/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/aml/APKBUILD b/community/aml/APKBUILD
index 52a542f919b..4df3705015e 100644
--- a/community/aml/APKBUILD
+++ b/community/aml/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Michał Polański <michal@polanski.me>
# Maintainer: Michał Polański <michal@polanski.me>
pkgname=aml
-pkgver=0.2.1
-pkgrel=0
+pkgver=0.3.0
+pkgrel=1
pkgdesc="Andri's Main Loop"
url="https://github.com/any1/aml"
license="ISC"
arch="all"
makedepends="meson bsd-compat-headers"
-subpackages="$pkgname-dev"
+subpackages="$pkgname-dbg $pkgname-dev"
source="https://github.com/any1/aml/archive/v$pkgver/aml-$pkgver.tar.gz"
options="!check" # no test suite
@@ -22,5 +22,5 @@ package() {
}
sha512sums="
-0af4a50cafbddd2a593dac437e6c8121de5265d0383139818bcda97d672a7430cb410ce32552b6842bc82eaebb061bc6cc0ee1b45a483754efbdfbc2103fa2e3 aml-0.2.1.tar.gz
+7c3347ef47ace8a14860e2b46937c8ade3712aa75a8c36845594fb4fa6ca26c35320b5234574accff451ea8302f23075acbe1a1b0392f5fbcbbbda20640be1fd aml-0.3.0.tar.gz
"