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

Caleb Maclennan alerque at gemini.archlinux.org
Mon Apr 18 09:11:48 UTC 2022


    Date: Monday, April 18, 2022 @ 09:11:48
  Author: alerque
Revision: 1186969

upgpkg: sile 0.12.5-1

Modified:
  sile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-18 08:54:44 UTC (rev 1186968)
+++ PKGBUILD	2022-04-18 09:11:48 UTC (rev 1186969)
@@ -3,10 +3,11 @@
 
 pkgname=sile
 pkgdesc='The SILE Typesetter, a modern typesetting system inspired by LaTeX, customizable in Lua'
-pkgver=0.12.4
-pkgrel=2
+pkgver=0.12.5
+pkgrel=1
 arch=(x86_64)
 url=https://www.sile-typesetter.org
+_url="https://github.com/sile-typesetter/$pkgname"
 license=(MIT)
 _luadeps=(bit32
           cassowary
@@ -45,9 +46,10 @@
 optdepends=('libertinus-font: math package default font')
 checkdepends=(poppler)
 provides=(libtexpdf.so)
+options=(debug)
 _archive="$pkgname-$pkgver"
-source=("https://github.com/sile-typesetter/sile/releases/download/v$pkgver/$_archive.tar.xz")
-sha256sums=('228faec0592541e373e7a4e4145bdcba60252df08f7c5f6fb4e573c5fbc186d8')
+source=("$_url/releases/download/v$pkgver/$_archive.tar.xz")
+sha256sums=('de97ff483dd4cd5150ae3ec5b60ca11515bc47e143eb0ee980da67c5716c3c7d')
 
 build () {
 	cd "$_archive"



More information about the arch-commits mailing list