| author | T.J. Townsend
<blakkheim@archlinux.org> 2024-07-11 22:39:14 UTC |
| committer | T.J. Townsend
<blakkheim@archlinux.org> 2024-07-11 22:39:14 UTC |
| parent | 689760617aac5551be6f7c71d18fc9c22834e5b1 |
| .SRCINFO | +16 | -0 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..a5595ae --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = aml + pkgdesc = Another Main Loop + pkgver = 0.3.0 + pkgrel = 2 + url = https://github.com/any1/aml + arch = x86_64 + license = custom:ISC + makedepends = git + makedepends = meson + makedepends = ninja + depends = glibc + provides = libaml.so + source = git+https://github.com/any1/aml.git#tag=b83f3576ce4187d9285f06e9066ef43a691464d4 + b2sums = SKIP + +pkgname = aml diff --git a/PKGBUILD b/PKGBUILD index abfbfb8..2f7e314 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=aml pkgver=0.3.0 -pkgrel=1 +pkgrel=2 pkgdesc='Another Main Loop' arch=(x86_64) url=https://github.com/any1/aml