T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / sword
Commits: 505890cf by T.J. Townsend at 2023-12-10T13:45:17-05:00 upgpkg: 1.9.0-10: icu rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,24 @@ +pkgbase = sword + pkgdesc = Library for Bible study programs + pkgver = 1.9.0 + pkgrel = 10 + url = https://www.crosswire.org/sword/ + arch = x86_64 + license = GPL + makedepends = curl + makedepends = clucene + makedepends = swig + makedepends = cmake + makedepends = python + source = https://www.crosswire.org/ftpmirror/pub/sword/source/v1.9/sword-1.9.0.tar.gz + sha512sums = 9ed3fbb5024af1f93b1473bae0d95534d02a5b00b3c9d41a0f855cee8106dc4e330844080adbee7c3f74c0e5ce1480bf16c87c842421337a341f641bae11137f + +pkgname = sword + depends = curl + depends = clucene + depends = xz + backup = etc/sword.conf + +pkgname = python-sword + depends = sword + depends = python ===================================== PKGBUILD ===================================== @@ -12,7 +12,7 @@ pkgbase=sword pkgname=(sword python-sword) _mainver=1.9 pkgver=1.9.0 -pkgrel=9 +pkgrel=10 pkgdesc="Library for Bible study programs" arch=('x86_64') url="https://www.crosswire.org/sword/" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sword/-/commit/505890cf34d11641755b270f7b4365512076daa6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sword/-/commit/505890cf34d11641755b270f7b4365512076daa6 You're receiving this email because of your account on gitlab.archlinux.org.
