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

Caleb Maclennan alerque at gemini.archlinux.org
Sat Sep 4 18:09:10 UTC 2021


    Date: Saturday, September 4, 2021 @ 18:09:09
  Author: alerque
Revision: 1011420

upgpkg: sile 0.11.1-3; use published package names for lua deps, note glibc

Modified:
  sile/trunk/PKGBUILD

----------+
 PKGBUILD |   37 +++++++++++++++++++------------------
 1 file changed, 19 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-04 18:05:04 UTC (rev 1011419)
+++ PKGBUILD	2021-09-04 18:09:09 UTC (rev 1011420)
@@ -4,28 +4,29 @@
 pkgname=sile
 pkgdesc='Modern typesetting system inspired by TeX'
 pkgver=0.11.1
-pkgrel=2
+pkgrel=3
 arch=(x86_64)
 url=https://www.sile-typesetter.org
 license=(MIT)
 _luadeps=(bit32
-           cassowary
-           cosmo
-           cliargs
-           expat
-           filesystem
-           linenoise
-           lpeg
-           luaepnf
-           penlight
-           repl
-           sec
-           socket
-           stdlib
-           utf8
-           vstruct
-           zlib)
-depends=(fontconfig
+          cassowary
+          cliargs
+          cosmo
+          expat
+          filesystem
+          linenoise
+          lpeg
+          luaepnf
+          luarepl
+          luautf8
+          penlight
+          sec
+          socket
+          stdlib
+          vstruct
+          zlib)
+depends=(glibc
+         fontconfig
          freetype2
          harfbuzz
          gentium-plus-font



More information about the arch-commits mailing list