* update xplc to 0.3.13-11

This commit is contained in:
Alexander Baldeck 2024-08-15 05:21:28 +02:00
parent 9858bd2d4a
commit f9eac32b7e
2 changed files with 20 additions and 5 deletions

16
xplc/.SRCINFO Normal file
View File

@ -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

View File

@ -1,10 +1,9 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer:
# Contributor: dorphell <dorphell@archlinux.org>
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"