summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f904da5158e..002d3537d2a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lingot-git
- pkgdesc = LINGOT is a musical instrument tuner
- pkgver = 1
- pkgrel = 1
+ pkgdesc = musical instrument tuner (git)
+ pkgver = 20201229.a7d2b6c
+ 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 e2021b427890..10893c183c7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Genki Sky <alt+archlinux.org@genki.is>
+# Maintainer: Jose Riha <jose1711 gmail com>
+# Contributor: Genki Sky <alt+archlinux.org@genki.is>
pkgname=lingot-git
-pkgver=1
-pkgrel=1
-pkgdesc='LINGOT is a musical instrument tuner'
-arch=('i686' 'x86_64')
+pkgver=20201229.a7d2b6c
+pkgrel=2
+pkgdesc='musical instrument tuner (git)'
+arch=(i686 x86_64)
url='http://nongnu.org/lingot/'
license=('GPL2')
depends=('gtk3')
@@ -22,7 +23,7 @@ pkgver() {
build() {
cd lingot
./bootstrap
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --localedir=/usr/share/locale
make
}