summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-26 01:56:42 +0300
committerorhun2020-11-26 01:56:42 +0300
commit15d14c2b03ab3bb7b71f8c375b4ebb8ca5859030 (patch)
treed15fb1132e7e9786e29c8e2a1ec3d4a5bbe199c3
parente40b2b6b1fb9e7a3528a8fa5dc94b16199c80e14 (diff)
downloadaur-15d14c2b03ab3bb7b71f8c375b4ebb8ca5859030.tar.gz
upgpkg: menyoki-git 0.1.3.r0.g00ecb77-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bcf3a41439d..fbed772090e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = menyoki-git
pkgdesc = Screen{shot,cast} and perform ImageOps on the command line (git)
- pkgver = 0.1.2.r0.g47b233f
- pkgrel = 2
+ pkgver = 0.1.3.r0.g00ecb77
+ pkgrel = 1
url = https://github.com/orhun/menyoki
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index e2c67a37c167..df828656321e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# https://github.com/orhun/pkgbuilds
pkgname=menyoki-git
-pkgver=0.1.2.r0.g47b233f
-pkgrel=2
+pkgver=0.1.3.r0.g00ecb77
+pkgrel=1
pkgdesc="Screen{shot,cast} and perform ImageOps on the command line (git)"
arch=('x86_64')
url="https://github.com/orhun/menyoki"
@@ -35,6 +35,7 @@ package() {
install -Dm 755 "target/release/${pkgname%-git}" -t "${pkgdir}/usr/bin"
install -Dm 644 README.md -t "$pkgdir/usr/share/doc/$pkgname"
install -Dm 644 "man/${pkgname%-git}.1" -t "$pkgdir/usr/share/man/man1"
+ install -Dm 644 "man/${pkgname%-git}.conf.5" -t "$pkgdir/usr/share/man/man5"
install -Dm 644 "completions/${pkgname%-git}.bash" "${pkgdir}/usr/share/bash-completion/completions/${pkgname%-git}"
install -Dm 644 "completions/${pkgname%-git}.fish" -t "${pkgdir}/usr/share/fish/completions"
install -Dm 644 "completions/${pkgname%-git}.zsh" "${pkgdir}/usr/share/zsh/functions/Completion/Linux/_${pkgname%-git}"