summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 03:01:43 +0300
committerorhun2020-11-25 03:01:43 +0300
commitad9451ebe4bebda286cb4f914e88cc704bb6597a (patch)
tree3b484579238bc095276c861c8cd470345e8659bb
parentf8b1221e42c2959a658c0734fbec6b95eaccc898 (diff)
downloadaur-ad9451ebe4bebda286cb4f914e88cc704bb6597a.tar.gz
upgpkg: slicer-git 1.4.r0.g50589ac-2
Install license/readme to
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6392908a822d..d6e299753ebc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = slicer-git
pkgdesc = A tool to automate the boring process of APK recon (git)
pkgver = 1.4.r0.g50589ac
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mzfr/slicer
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 9413418e9e9f..26c5c4a48874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=slicer-git
pkgdesc="A tool to automate the boring process of APK recon (git)"
pkgver=1.4.r0.g50589ac
-pkgrel=1
+pkgrel=2
arch=('x86_64')
url="https://github.com/mzfr/slicer"
license=('GPL3')
@@ -32,5 +32,5 @@ build() {
package() {
cd "${pkgname%-git}"
install -Dm 755 "${pkgname%-git}" -t "$pkgdir/usr/bin"
- install -Dm 644 readme.md -t "$pkgdir/usr/share/doc/${pkgname%-git}"
+ install -Dm 644 readme.md -t "$pkgdir/usr/share/doc/$pkgname"
}