summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarbonFixer2019-03-06 13:19:14 +0200
committerCarbonFixer2019-03-06 13:19:14 +0200
commit845f8b632803e812197e1ad3daf7c7d4428236ab (patch)
treeae6707bfd131eaf9fbdd9f7581a94559715a5c1d
parent3d323b11d5bb9a3547c5e3c2a42ae272f27a5f01 (diff)
downloadaur-845f8b632803e812197e1ad3daf7c7d4428236ab.tar.gz
switch from /usr/local to /usr
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b452a793de77..9d1d0faf9b7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chemical-mime-data-git
pkgdesc = Chemical MIME type support Linux desktops
pkgver = 157.4fd66e3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dleidert/chemical-mime
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 512d1c5d4433..61b627dfb0ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=chemical-mime-data-git
pkgver=157.4fd66e3
-pkgrel=1
+pkgrel=2
pkgdesc="Chemical MIME type support Linux desktops"
arch=('any')
url="https://github.com/dleidert/chemical-mime"
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd "$srcdir/$_gitname"
./autogen.sh
- ./configure --disable-nls --without-kde-mime --disable-update-database --without-kde-magic
+ ./configure --prefix=/usr --disable-nls --without-kde-mime --disable-update-database --without-kde-magic
}
package() {