diff --git a/xplc/.SRCINFO b/xplc/.SRCINFO new file mode 100644 index 0000000000..10229a6b1d --- /dev/null +++ b/xplc/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = xplc + pkgdesc = Cross-Platform Lightweight Components + pkgver = 0.3.13 + pkgrel = 11 + url = http://xplc.sourceforge.net + arch = x86_64 + license = LGPL + depends = gcc-libs + source = https://downloads.sourceforge.net/xplc/xplc-0.3.13.tar.gz + source = 0001-Fix-narrowing-conversion-error.patch + source = xplc-0.3.13-as-needed.patch + sha256sums = 158a0f44a2eb055522377c275bbd0e7412dd3b8a9b75ec344c0457b3a1a29cbb + sha256sums = 13eaf225b33ca26a5152fedd51ca835757fd0f652d36d5428b19670966820074 + sha256sums = 8381931466572f4804fa553e8d86d05039d622aa344415c490eab00e0fca7e31 + +pkgname = xplc diff --git a/xplc/PKGBUILD b/xplc/PKGBUILD index 09d6e361c5..54a19e4a83 100644 --- a/xplc/PKGBUILD +++ b/xplc/PKGBUILD @@ -1,10 +1,9 @@ -# POWER Maintainer: Alexander Baldeck # Maintainer: # Contributor: dorphell pkgname=xplc pkgver=0.3.13 -pkgrel=10 +pkgrel=11 pkgdesc="Cross-Platform Lightweight Components" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="http://xplc.sourceforge.net" @@ -13,9 +12,9 @@ depends=('gcc-libs') source=("https://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz" 0001-Fix-narrowing-conversion-error.patch xplc-0.3.13-as-needed.patch) -md5sums=('39da3270527c8712b8e8fcf03768d29f' - '049ca1c475703c52b2e11d06bfb676fc' - '308e3b8f7d7f6a7df05699bdcaed9b18') +sha256sums=('158a0f44a2eb055522377c275bbd0e7412dd3b8a9b75ec344c0457b3a1a29cbb' + '13eaf225b33ca26a5152fedd51ca835757fd0f652d36d5428b19670966820074' + '8381931466572f4804fa553e8d86d05039d622aa344415c490eab00e0fca7e31') prepare() { cd "$pkgname-$pkgver"