summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Boyle2021-02-14 01:13:23 +0000
committerJonathan Boyle2021-02-14 01:13:23 +0000
commitb00023f002f13593ea89b50ee62f94dd34bef766 (patch)
tree10df323474ee6be5a8d5e499fdfe823eb17d8539
parent54233cff2111556ea0b7cca96c0b8f62bb7e0428 (diff)
downloadaur-b00023f002f13593ea89b50ee62f94dd34bef766.tar.gz
Updated Version 0.7.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ef2ecae171c..62e62faa99bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mulle-match
pkgdesc = Match filenames against a set of .gitignore like patternfiles
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/mulle-sde/mulle-match
changelog = RELEASENOTES.md
diff --git a/PKGBUILD b/PKGBUILD
index e01e5e44a9fb..c1b9dcc1760c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonathan Boyle <programmerfalcon@gmail.com>
pkgname=mulle-match
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Match filenames against a set of .gitignore like patternfiles"
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
}