git » aml.git » commit 6897606

upgpkg: 0.3.0-1

author Maxime Gauduin
2023-01-24 15:49:36 UTC
committer Maxime Gauduin
2023-01-24 15:49:36 UTC
parent e0dcf37ef9e167479f89c834b191f6d4cf3150af

upgpkg: 0.3.0-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 2feecb7..abfbfb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andri Yngvason <andri@yngvason.is>
 
 pkgname=aml
-pkgver=0.2.2
+pkgver=0.3.0
 pkgrel=1
 pkgdesc='Another Main Loop'
 arch=(x86_64)
@@ -15,7 +15,7 @@ makedepends=(
   ninja
 )
 provides=(libaml.so)
-_tag=3afc3aacce6d0342bdff71c38cc477d6e23b9be3
+_tag=b83f3576ce4187d9285f06e9066ef43a691464d4
 source=(git+https://github.com/any1/aml.git#tag=${_tag})
 b2sums=(SKIP)