summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb2e5f006c80..712e8ccffa99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=git-revise
pkgdesc="A git subcommand to efficiently update, split, and rearrange commits"
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
arch=('any')
url="https://mystor.github.io/git-revise.html"
license=('MIT')
@@ -12,7 +12,6 @@ makedepends=('python-setuptools')
package() {
cd $srcdir/$pkgname-$pkgver
- sed --in-place s!man/man1!share/man/man1! setup.py
python3 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
}