summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 820604fedf6a..734a4007417c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stegano-git
pkgdesc = CLI tool for steganography. Supports hiding data in PNG images via LSB Encoding. (git)
pkgver = 0.4.1.r0.g5774494
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/steganogram/stegano-rs
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 74fa1f65bacc..e6ee1cb775ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=stegano-git
pkgver=0.4.1.r0.g5774494
-pkgrel=1
+pkgrel=2
pkgdesc="CLI tool for steganography. Supports hiding data in PNG images via LSB Encoding. (git)"
arch=('x86_64')
url="https://github.com/steganogram/stegano-rs"
@@ -27,5 +27,5 @@ build() {
package() {
cd "${pkgname%-git}-rs"
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"
}