git » aml.git » commit 7913024

upgpkg: 0.2.1-1

author Maxime Gauduin
2021-10-18 06:18:09 UTC
committer Maxime Gauduin
2021-10-18 06:18:09 UTC
parent 9bd3c733e28ae65906ccbd96ca9c3a8b3d4a072e

upgpkg: 0.2.1-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 4592c4c..4680d11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Andri Yngvason <andri@yngvason.is>
 
 pkgname=aml
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.2.1
+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=1d8185ec15c68074cec1fd252c01c5ecad877b73
+_tag=08b6b18d1935fcc2567368c16d8a31d1d2b17aa8
 source=(git+https://github.com/any1/aml.git#tag=${_tag})
 b2sums=(SKIP)