summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2022-09-06 23:00:28 +0200
committerJose Riha2022-09-06 23:00:28 +0200
commit58aa4b7c9f42e07d3a182039db30c0a0f6db12d2 (patch)
tree4027fb370b4d90edd85966bc40580f23a2ba2d23
parentbfbeb9fd46c832c60aa369f0f83773fc92c8aca7 (diff)
downloadaur-lingot-git.tar.gz
Make sure locales work
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 745cf5679f97..002d3537d2a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lingot-git
pkgdesc = musical instrument tuner (git)
pkgver = 20201229.a7d2b6c
- pkgrel = 1
+ pkgrel = 2
url = http://nongnu.org/lingot/
arch = i686
arch = x86_64
@@ -15,4 +15,3 @@ pkgbase = lingot-git
md5sums = SKIP
pkgname = lingot-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 0d39763177cd..10893c183c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lingot-git
pkgver=20201229.a7d2b6c
-pkgrel=1
+pkgrel=2
pkgdesc='musical instrument tuner (git)'
arch=(i686 x86_64)
url='http://nongnu.org/lingot/'
@@ -23,7 +23,7 @@ pkgver() {
build() {
cd lingot
./bootstrap
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --localedir=/usr/share/locale
make
}