git » aml.git » commit e0dcf37

upgpkg: 0.2.2-1

author Maxime Gauduin
2022-07-15 11:41:01 UTC
committer Maxime Gauduin
2022-07-15 11:41:01 UTC
parent a9774f507482092350419a6a7cfc648ece1f0c60

upgpkg: 0.2.2-1

PKGBUILD +3 -3

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