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 4e746edc242c..5253ef0693e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = headmaster-git
pkgdesc = translate c header files to another language
pkgver = 0.28.r15.g96c3387
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ytomino/headmaster
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 80c29db8d508..01f788368934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=headmaster-git
pkgver=0.28.r15.g96c3387
-pkgrel=1
+pkgrel=2
pkgdesc='translate c header files to another language'
url='https://github.com/ytomino/headmaster'
@@ -42,6 +42,6 @@ build() {
package() {
cd headmaster/main
- make BINDIR="$pkgdir"/bin MANDIR="$pkgdir"/share/man install
+ make BINDIR="$pkgdir"/usr/bin MANDIR="$pkgdir"/usr/share/man install
install -Dm0644 "$srcdir"/headmaster/LICENSE "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE
}