Date: Thursday, May 10, 2018 @ 22:16:22 Author: bisson Revision: 323899
upstream update Modified: uim/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-10 20:34:53 UTC (rev 323898) +++ PKGBUILD 2018-05-10 22:16:22 UTC (rev 323899) @@ -3,10 +3,10 @@ # Contributor: damir <[email protected]> pkgname=uim -pkgver=1.8.6 -pkgrel=7 +pkgver=1.8.7 +pkgrel=1 pkgdesc='Multilingual input method library' -url='https://github.com/uim/uim/wiki' +url='https://github.com/uim/uim' license=('custom:BSD') arch=('x86_64') depends=('libxft' 'libedit' 'm17n-lib') @@ -14,8 +14,8 @@ optdepends=('qt4: immodule and helper applications' 'gtk2: immodule and helper applications' 'gtk3: immodule and helper applications') -source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2") -sha256sums=('7b1ea803c73f3478917166f04f67cce6e45ad7ea5ab6df99b948c17eb1cb235f') +source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2") +sha256sums=('10af94497b10a0eada681db6e995599e24ac243800518cce55d07977967c5b6a') build() { cd "${srcdir}/${pkgname}-${pkgver}"
