mirror of
https://codeberg.org/privacy1st/arch-repo
synced 2024-11-23 21:29:32 +01:00
update PKGBUILD
This commit is contained in:
parent
fec372b3e6
commit
fb25a0bfbd
6
PKGBUILD
6
PKGBUILD
@ -1,8 +1,8 @@
|
||||
# Maintainer: Daniel Langbein <daniel@systemli.org>
|
||||
_pkgname=repo
|
||||
_reponame=arch
|
||||
_reponame=arch-repo
|
||||
pkgname="de-p1st-$_pkgname"
|
||||
pkgver=0.2.13
|
||||
pkgver=0.2.14
|
||||
pkgrel=1
|
||||
pkgdesc="Bash script to manage remote Arch Linux repository"
|
||||
arch=('any')
|
||||
@ -14,7 +14,7 @@ source=("git+${url}.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
package() {
|
||||
cd "${_reponame}/pkg/${pkgname}"
|
||||
cd "${_reponame}"
|
||||
|
||||
install -Dm0555 arch-repo-push-new.sh "$pkgdir"/usr/bin/arch-repo-push-new
|
||||
install -Dm0555 arch-repo-receive-new.sh "$pkgdir"/usr/bin/arch-repo-receive-new
|
||||
|
Loading…
Reference in New Issue
Block a user