summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBiteDasher2020-04-19 14:25:38 +0300
committerBiteDasher2020-04-19 14:25:38 +0300
commit1a7402d972bbcdd035f5291561f70bdfd275f94e (patch)
tree86a0ff3e0acea0dc9129dab2e4e412eecbc4723c
parent126c376d1f391999adc9ee6a513ebfcf9c143f99 (diff)
downloadaur-1a7402d972bbcdd035f5291561f70bdfd275f94e.tar.gz
Update to upstream version
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a98089d88fef..05bfc8ecdd4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,5 +12,6 @@ sha256sums=("95c186fb705e4ec8e03abbefcc2c520941eb8a90ed3e2b0a62e587c27e1ef145")
package() {
mkdir -p $pkgdir/usr/bin
cd "$srcdir/$pkgname-$pkgver"
+msg2 "Note that all sakuri files are now stores in ~/.config/sakuridir"
install -m 755 sakuri "$pkgdir/usr/bin/sakuri"
}