Date: Wednesday, February 15, 2023 @ 22:57:43 Author: spupykin Revision: 1400716
upgpkg: stalonetray 0.8.5-1 Modified: stalonetray/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-15 22:57:36 UTC (rev 1400715) +++ PKGBUILD 2023-02-15 22:57:43 UTC (rev 1400716) @@ -1,8 +1,8 @@ # Maintainer: Sergej Pupykin <[email protected]> pkgname=stalonetray -pkgver=0.8.4 -pkgrel=2 +pkgver=0.8.5 +pkgrel=1 pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: the Xlib only." arch=('x86_64') url="https://github.com/kolbusa/stalonetray" @@ -10,12 +10,13 @@ depends=('libx11' 'libxpm') makedepends=('libxslt' 'docbook-xsl') source=("$pkgname-$pkgver.tar.gz::https://github.com/kolbusa/stalonetray/archive/v$pkgver.tar.gz") -sha512sums=('3afdeb7794171f490c5eca631c574003a00bbed863b9caf4024e1b064772d3c24ea3836f280eeab1d50def67928f4d08d3d375047f43bcc39f16a3250015ff2b') +sha512sums=('7fe1c2fcc5de06b89f4a5c182baeb0a98f0328ae6bf03a79e76c4af7ee4d86cd8f6967ec8b0123a831998cb075ef2b2f6bc6478bde0b73883fe37d2bd6a471d3') prepare() { cd "$srcdir"/$pkgname-$pkgver XSLVER=$(pacman -Q docbook-xsl | cut -d' ' -f2 | cut -d- -f1) sed -i "s|/usr/share/sgml/docbook/stylesheet/xsl/nwalsh|/usr/share/xml/docbook/xsl-stylesheets-$XSLVER|g" configure.ac + sed -i "s| *<|<|g" stalonetray.xml.in } build() {
