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 b6b631a59bce..935ee78177d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-fresh
pkgdesc = Keep your repo fresh with one command.
pkgver = 1.11.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/imsky/git-fresh
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 5a73a02c779e..4e4fa290924f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=git-fresh
pkgver=1.11.0
-pkgrel=1
+pkgrel=2
pkgdesc='Keep your repo fresh with one command.'
arch=('any')
url='https://github.com/imsky/git-fresh'
@@ -13,7 +13,7 @@ sha256sums=('b8504e633c679b5112fc7ccfea354c4ceb01f9d6aa681abf09dc7c9564a7e38f')
package() {
cd "$srcdir/$pkgname-$pkgver"
- install -Dm755 ./git-fresh $pkgdir/usr/share/bin/git-fresh
+ install -Dm755 ./git-fresh $pkgdir/usr/bin/git-fresh
install -dm655 $pkgdir/usr/share/licenses/git-fresh
cp ./LICENSE $pkgdir/usr/share/licenses/git-fresh