summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorL.G. Sarmiento2024-02-02 10:54:39 +0100
committerL.G. Sarmiento2024-02-02 10:54:39 +0100
commit85267c765bc1d83635dfcd20b608e37f6ab783fd (patch)
treee605e3ed840856cc19f9706f38876c9c793bc7c8 /PKGBUILD
parent7cb108335e536c5970169a08d7613379b21c8ac4 (diff)
downloadaur-gitlist-git.tar.gz
compilation fixed. No further tests done
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 65ba96ef4cc5..c4b796177030 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: L.G. Sarmiento (Pico) <Luis.Sarmientop-ala-nuclear.lu.se>
pkgname=gitlist-git
_pkgname=gitlist
-pkgver=r572.c9235a5
+pkgver=r713.30d69a6
pkgrel=1
pkgdesc="An elegant and modern git repository viewer."
arch=('any')
@@ -28,6 +28,6 @@ package() {
install -d "$dstdir"
cp -a "$srcdir"/$_pkgname "$dstdir"/$_pkgname
#mkdir "$dstdir"/$_pkgname/cache
- chmod 777 "$dstdir"/$_pkgname/cache
- install -Dm644 $_pkgname/LICENSE.txt "$pkgdir"/usr/share/licenses/$_pkgname/LICENSE
+ #chmod 777 "$dstdir"/$_pkgname/cache
+ install -Dm644 $_pkgname/LICENSE ${pkgdir}/usr/share/licenses/$_pkgname/LICENSE
}