update
ci / Tests (push) Has been cancelled
ci / Style (push) Has been cancelled

This commit is contained in:
2026-05-20 15:14:49 -06:00
parent effd55f03c
commit 6dbc475e94
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ backup=('etc/pkgstash/pkgstash.toml' 'etc/pkgstash/pkgstash.env')
license=(GPL-2.0-only) license=(GPL-2.0-only)
install=pkgstash.install install=pkgstash.install
source=("https://github.com/ewpt3ch/${pkgname}/releases/download/v${pkgver}/pkgstash-v${pkgver}-$CARCH.tar.gz") source=("https://github.com/ewpt3ch/${pkgname}/releases/download/v${pkgver}/pkgstash-v${pkgver}-$CARCH.tar.gz")
sha256sums=('bdc1e3b6b831853265531731d3a8dc48f4fdb87cd193a6aad0704875258a4ad8') sha256sums=('4ded95b5e035cd828513ea997eca7e25e17f4cf4e86794caa738dc3fbb4222de')
package() { package() {
cd deploy cd deploy
+1
View File
@@ -1,4 +1,5 @@
- Deployment - Deployment
- automated changelog publishing
- ci check golangci-lint docs - ci check golangci-lint docs
- ~fix owner and perms and check on .env file for install~ - ~fix owner and perms and check on .env file for install~
- ~PKGBUILD~ - ~PKGBUILD~
+1 -1
View File
@@ -7,5 +7,5 @@ mirror_urls = [
] ]
# array of upstream repos this server caches see pacman.conf # array of upstream repos this server caches see pacman.conf
# or pacman docs for more info <core, extra, multilib> # or pacman docs for more info <core, extra, multilib>
mirrored_repos = ["core", "extra", "multilib"] mirrored_repos = ["core", "extra"]
port = "8090" port = "8090"