fix repo db name
This commit is contained in:
parent
a98c64521d
commit
3100553365
4
PKGBUILD
4
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Sebastian Hugentobler <shu@vanwa.ch>
|
# Maintainer: Sebastian Hugentobler <shu@vanwa.ch>
|
||||||
|
|
||||||
pkgname=repo-tool
|
pkgname=repo-tool
|
||||||
pkgver=0.1.0
|
pkgver=0.1.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Build a tree of pacman packages and build a repo of them."
|
pkgdesc="Build a tree of pacman packages and build a repo of them."
|
||||||
arch=("any")
|
arch=("any")
|
||||||
@ -11,7 +11,7 @@ depends=("pacman" "gnupg" "findutils")
|
|||||||
source=(
|
source=(
|
||||||
"repo-tool"
|
"repo-tool"
|
||||||
)
|
)
|
||||||
sha256sums=("9eae4888a23637580d2323678ba0218bdce2d924e381ddbe2b0114b4a8dbe408")
|
sha256sums=("19ac137275aa40daba159c2f086cea4e20edf62b3cddf2b8b3981d3a9de2f12d")
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/"
|
cd "$srcdir/"
|
||||||
|
Loading…
Reference in New Issue
Block a user