diff options
| author | Shulhan <ms@kilabit.info> | 2024-05-12 16:32:21 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-05-12 16:32:39 +0700 |
| commit | 8ec4ae80bccd318c4970cd5bdf7d471acaa7ff2c (patch) | |
| tree | 1e126c0772517f55e47250afead904e87f0ff27b | |
| parent | b6896e45782a2dd6140d3a2dbde92351ea8bda0d (diff) | |
| download | ciigo-8ec4ae80bccd318c4970cd5bdf7d471acaa7ff2c.tar.xz | |
_AUR: update PKGBUILD for testing makepkg in local
| -rw-r--r-- | _AUR/.SRCINFO | 2 | ||||
| -rw-r--r-- | _AUR/.gitignore | 1 | ||||
| -rw-r--r-- | _AUR/PKGBUILD | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/_AUR/.SRCINFO b/_AUR/.SRCINFO index 0d67863..81982cd 100644 --- a/_AUR/.SRCINFO +++ b/_AUR/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = ciigo-git pkgdesc = CLI to convert, generate, and/or serve AsciiDoc markup files as HTML files. - pkgver = 0.8.2.r8.g4624f71 + pkgver = 0.13.0.r0.ga068721 pkgrel = 1 url = https://git.sr.ht/~shulhan/ciigo arch = x86_64 diff --git a/_AUR/.gitignore b/_AUR/.gitignore index f925430..026a8eb 100644 --- a/_AUR/.gitignore +++ b/_AUR/.gitignore @@ -1,4 +1,5 @@ ciigo-git +ciigo-local pkg src *.tar.zst diff --git a/_AUR/PKGBUILD b/_AUR/PKGBUILD index ea3fa70..283a182 100644 --- a/_AUR/PKGBUILD +++ b/_AUR/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: shulhan <ms@kilabit.info> pkgname=ciigo-git -pkgver=0.8.2.r8.g4624f71 +pkgver=0.13.0.r0.ga068721 pkgrel=1 pkgdesc="CLI to convert, generate, and/or serve AsciiDoc markup files as HTML files." @@ -16,6 +16,7 @@ makedepends=( provides=('ciigo') +#pkgname=ciigo-local source=( "$pkgname::git+https://git.sr.ht/~shulhan/ciigo" #"$pkgname::git+file:///home/ms/go/src/git.sr.ht/~shulhan/ciigo" |
