summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c8802162b9a..7d619db01d84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mulle-sourcetree
pkgdesc = Project composition and maintenance with build support
pkgver = 0.23.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/mulle-sde/mulle-sourcetree
changelog = RELEASENOTES.md
diff --git a/PKGBUILD b/PKGBUILD
index 8035403c0fd3..511044205e10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Boyle <programmerfalcon@gmail.com>
pkgname=mulle-sourcetree
pkgver=0.23.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Project composition and maintenance with build support"
arch=('any')
@@ -27,7 +27,7 @@ package() {
# Move libexec to lib/$pkgname
cd "${pkgdir}/usr"
- mkdir -p "lib/${pkgname}"
- mv libexec/* "lib/${pkgname}"
+ mkdir -p "lib/"
+ mv libexec/* "lib/"
rm -r libexec
}