summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-12-05 16:55:49 +0300
committerorhun2020-12-05 16:55:49 +0300
commit48713ac75a3e789e99dc87f2a2d496827906a668 (patch)
tree382318bd07c6b3fa3edd173894327950c30f640d
parent9ad9eee0aaceaa1efe40cae1d44df139f9f2e2fe (diff)
downloadaur-48713ac75a3e789e99dc87f2a2d496827906a668.tar.gz
upgpkg: dog-dns-git 0.1.0.r24.ga002db8-1
Update install locations
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a13c8fc634f..b3b114edd43d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dog-dns-git
pkgdesc = Command-line DNS client like dig (git)
- pkgver = 0.1.0.r0.g445ed98
+ pkgver = 0.1.0.r24.ga002db8
pkgrel = 1
url = https://github.com/ogham/dog
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2c4f1e72e7bb..94f235d8a6e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=dog-dns-git
_pkgname=dog
-pkgver=0.1.0.r0.g445ed98
+pkgver=0.1.0.r24.ga002db8
pkgrel=1
pkgdesc="Command-line DNS client like dig (git)"
arch=('x86_64')
@@ -33,8 +33,8 @@ check() {
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 LICENCE -t "$pkgdir/usr/share/licenses/$_pkgname"
+ install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
+ install -Dm 644 LICENCE -t "$pkgdir/usr/share/licenses/$pkgname"
install -Dm 644 "completions/$_pkgname.bash" "${pkgdir}/usr/share/bash-completion/completions/$_pkgname"
install -Dm 644 "completions/$_pkgname.fish" -t "${pkgdir}/usr/share/fish/completions"
install -Dm 644 "completions/$_pkgname.zsh" "${pkgdir}/usr/share/zsh/functions/Completion/Linux/_$_pkgname"