[arch-commits] Commit in scim-chewing/trunk (PKGBUILD)

Gaetan Bisson bisson at nymeria.archlinux.org
Wed Mar 5 05:59:13 UTC 2014


    Date: Wednesday, March 5, 2014 @ 06:59:13
  Author: bisson
Revision: 206689

fix FS#39160

Modified:
  scim-chewing/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++++
 1 file changed, 5 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-05 02:21:22 UTC (rev 206688)
+++ PKGBUILD	2014-03-05 05:59:13 UTC (rev 206689)
@@ -15,6 +15,11 @@
 source=("http://chewing.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('f26ced990f0c9e5d43e271cd6e77583de81a008d')
 
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	sed '/CHEWING_VERSION=/s/0.3.4/0.3.5/' -i configure
+}
+
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 	./configure --prefix=/usr




More information about the arch-commits mailing list