| author | Maxime Gauduin
<alucryd@archlinux.org> 2025-08-13 19:33:25 UTC |
| committer | Maxime Gauduin
<alucryd@archlinux.org> 2025-08-13 19:34:08 UTC |
| parent | 7c6fef633b9ab63ca3ffa713494867c0a2c6f3bf |
| .SRCINFO | +5 | -5 |
| PKGBUILD | +5 | -5 |
diff --git a/.SRCINFO b/.SRCINFO index a5595ae..b7be99e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,16 +1,16 @@ pkgbase = aml pkgdesc = Another Main Loop - pkgver = 0.3.0 - pkgrel = 2 + pkgver = 1.0.0 + pkgrel = 1 url = https://github.com/any1/aml arch = x86_64 - license = custom:ISC + license = ISC makedepends = git makedepends = meson makedepends = ninja depends = glibc provides = libaml.so - source = git+https://github.com/any1/aml.git#tag=b83f3576ce4187d9285f06e9066ef43a691464d4 - b2sums = SKIP + source = git+https://github.com/any1/aml.git#tag=685035c9830aa89df02a43df89b644690bd885f5 + b2sums = b5e646e2667d2a532883bc5867250947bcf192d002a14ef11eef18a1c3d497b532bc1658d051ada9072edc938404631b75d7a3d982283ce54b9d7f9346277d4b pkgname = aml diff --git a/PKGBUILD b/PKGBUILD index 2f7e314..af279ea 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,12 +2,12 @@ # Contributor: Andri Yngvason <andri@yngvason.is> pkgname=aml -pkgver=0.3.0 -pkgrel=2 +pkgver=1.0.0 +pkgrel=1 pkgdesc='Another Main Loop' arch=(x86_64) url=https://github.com/any1/aml -license=(custom:ISC) +license=(ISC) depends=(glibc) makedepends=( git @@ -15,9 +15,9 @@ makedepends=( ninja ) provides=(libaml.so) -_tag=b83f3576ce4187d9285f06e9066ef43a691464d4 +_tag=685035c9830aa89df02a43df89b644690bd885f5 source=(git+https://github.com/any1/aml.git#tag=${_tag}) -b2sums=(SKIP) +b2sums=('b5e646e2667d2a532883bc5867250947bcf192d002a14ef11eef18a1c3d497b532bc1658d051ada9072edc938404631b75d7a3d982283ce54b9d7f9346277d4b') pkgver() { cd aml