diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-08-28 13:13:57 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-08-28 13:16:46 +0200 |
commit | 43fb37f98e8025cb2e316e9f6d4c371474ec1326 (patch) | |
tree | f2c4c702885c45e71a4deddf11ca3d5aef0ceec2 /apks/apkdoc/APKBUILD | |
parent | 02ecb5e91caed1b456c02f2939739f0f7a7f07ea (diff) | |
download | apkbuilds-43fb37f98e8025cb2e316e9f6d4c371474ec1326.tar.gz apkbuilds-43fb37f98e8025cb2e316e9f6d4c371474ec1326.tar.bz2 apkbuilds-43fb37f98e8025cb2e316e9f6d4c371474ec1326.zip |
feat: Add step to publish apkdoc
Diffstat (limited to 'apks/apkdoc/APKBUILD')
-rw-r--r-- | apks/apkdoc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apks/apkdoc/APKBUILD b/apks/apkdoc/APKBUILD index 5dbd66f..f9bff55 100644 --- a/apks/apkdoc/APKBUILD +++ b/apks/apkdoc/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Gabriel A. Giovanini <mail@gabrielgio.me> pkgname=apkdoc pkgver=0_git20230828 -pkgrel=0 -_commit=b35eaff48af43b24fa7ce4636dd994dcc2d040a5 +pkgrel=1 +_commit=6a97f945c72e3d7b6f34b906d9ae84f97dab5762 pkgdesc="APKINDEX doc generator" url="https://sr.ht/~gabrielgio/apkdoc" arch="x86_64" |