Date: Tuesday, December 19, 2017 @ 09:19:09 Author: bisson Revision: 313346
upstream update Modified: libunicodenames/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-19 08:38:07 UTC (rev 313345) +++ PKGBUILD 2017-12-19 09:19:09 UTC (rev 313346) @@ -3,15 +3,15 @@ # Contributor: Bastien Dejean <[email protected]> pkgname=libunicodenames -pkgver=1.2.0 +pkgver=1.2.2 pkgrel=1 pkgdesc='Library for retrieving Unicode annotation data' -url='https://bitbucket.org/sortsmill/libunicodenames' +url='https://sourceforge.net/projects/sortsmill/files/libunicodenames/' +license=('GPL3') arch=('x86_64') -license=('GPL3') makedepends=('wget') -source=("http://downloads.sourceforge.net/project/sortsmill/${pkgname}/${pkgname}-${pkgver}.tar.xz") -sha1sums=('fad3091a46094aa3c1e646f54c3ae8da9a501af8') +source=("https://downloads.sourceforge.net/project/sortsmill/${pkgname}/${pkgname}-${pkgver}.tar.xz") +sha256sums=('1ae6002f89a15d6f7299f900eb6d3f5aecbe3661695b147f4b94a9639007f01c') build() { cd ${pkgname}-${pkgver}
