summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f9cebc700ed..a4a37e675cc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = scim-tables
pkgdesc = Generic table input method module for SCIM
pkgver = 0.5.14.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/scim-im/scim-tables
arch = x86_64
license = GPL
makedepends = intltool
+ makedepends = pkgconf
depends = scim
source = https://downloads.sourceforge.net/sourceforge/scim/scim-tables-0.5.14.1.tar.gz
sha512sums = 081e11e4d01792770becd8deb96b9d0ef10c9e1d5549322d0740d635cc55b2a5e2e74a4d4642763aacf626f0cd6b9855864192d00c74d86a6b97fc55df68d34a
diff --git a/PKGBUILD b/PKGBUILD
index e90b580ff013..d60fe014227d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
-# Maintainer: Gaetan Bisson <bisson@archlinux.org>
+# Maintainer: Cindy Wang (CindyLinz) <cindylinz@archlinux.org>
+# Contributor: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Gan Lu <rhythm.gan@gmail.com>
# Contributor: damir <damir@archlinux.org>
pkgname=scim-tables
pkgver=0.5.14.1
-pkgrel=3
+pkgrel=4
pkgdesc='Generic table input method module for SCIM'
url='https://github.com/scim-im/scim-tables'
arch=('x86_64')
license=('GPL')
depends=('scim')
-makedepends=('intltool')
+makedepends=('intltool' 'pkgconf')
source=("https://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.gz")
sha512sums=('081e11e4d01792770becd8deb96b9d0ef10c9e1d5549322d0740d635cc55b2a5e2e74a4d4642763aacf626f0cd6b9855864192d00c74d86a6b97fc55df68d34a')