This commit is contained in:
@@ -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,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~
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user