summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-11-25 03:03:29 +0300
committerorhun2020-11-25 03:03:29 +0300
commite102258af7c8b46a0df9fe1aecc5b9187f294987 (patch)
treeb57383b3a5dc8f91384712b57186961a3b8cd63c
parentf8aa67cb5c94eaa1857e3da518ccf31e0ac2f1fd (diff)
downloadaur-e102258af7c8b46a0df9fe1aecc5b9187f294987.tar.gz
upgpkg: suckit-git 0.1.0.r6.gfa549f2-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 3c920d24c405..7a736116e688 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = suckit-git
pkgdesc = Recursively visit and download a website's content to your disk (git)
pkgver = 0.1.0.r6.gfa549f2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Skallwar/suckit
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 7c3bab1ec3c1..6208ee9cbc8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=suckit-git
pkgver=0.1.0.r6.gfa549f2
-pkgrel=1
+pkgrel=2
pkgdesc="Recursively visit and download a website's content to your disk (git)"
arch=('x86_64')
url="https://github.com/Skallwar/suckit"
@@ -33,5 +33,5 @@ check() {
package() {
cd "${pkgname%-git}"
install -Dm 755 "target/release/${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"
}