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

Gaëtan Bisson bisson at archlinux.org
Thu Mar 2 01:37:38 UTC 2017


    Date: Thursday, March 2, 2017 @ 01:37:38
  Author: bisson
Revision: 289859

switch to sha256sum

Modified:
  uim/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-02 01:37:32 UTC (rev 289858)
+++ PKGBUILD	2017-03-02 01:37:38 UTC (rev 289859)
@@ -14,8 +14,8 @@
 optdepends=('qt4: immodule and helper applications'
             'gtk2: immodule and helper applications'
             'gtk3: immodule and helper applications')
-source=("https://uim.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-sha1sums=('409c30b31b9e58e3c18cb7862933487b0585cd1d')
+source=("https://github.com/${pkgname}/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+sha256sums=('7b1ea803c73f3478917166f04f67cce6e45ad7ea5ab6df99b948c17eb1cb235f')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list