summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororhun2020-12-05 17:03:44 +0300
committerorhun2020-12-05 17:03:44 +0300
commit14f9f5206a261edd3a5c8ee9ae2e6335c49e4f9e (patch)
tree55981e2dec16e281822e968df5e9bc5df4699157 /PKGBUILD
parentb6ec973261ed02308a9b2558dd7862884fb59b4e (diff)
downloadaur-globe-cli-git.tar.gz
upgpkg: globe-cli-git 0.2.0.r6.g3261d3f-2
Update install locations
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19bfba21290a..926ae05bcbdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=globe-cli-git
_pkgname=globe
pkgver=0.2.0.r6.g3261d3f
-pkgrel=1
+pkgrel=2
pkgdesc="ASCII globe generator (git)"
arch=('x86_64')
url="https://github.com/adamsky/globe"
@@ -28,5 +28,5 @@ build() {
package() {
cd "$_pkgname"
install -Dm 755 "target/release/$_pkgname" -t "$pkgdir/usr/bin"
- install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$_pkgname"
+ install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
}