Date: Monday, September 21, 2020 @ 07:17:30 Author: arodseth Revision: 711140
Upstream created the v1.0.0 tag Modified: cgasm/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-21 06:39:13 UTC (rev 711139) +++ PKGBUILD 2020-09-21 07:17:30 UTC (rev 711140) @@ -3,7 +3,7 @@ # Contributor: 0xAA <[email protected]> pkgname=cgasm -pkgver=0.0.0 +pkgver=1.0.0 pkgrel=1 pkgdesc='x86 Assembly documentation in the form of a CLI tool' arch=(x86_64) @@ -10,7 +10,7 @@ url='https://github.com/bnagy/cgasm' license=(GPL2) makedepends=(git go) -source=("git+$url#commit=6c54b38020a075e700343335fe44c45f16e22f3c") +source=("git+$url#tag=v$pkgver") sha256sums=('SKIP') build() {
