Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / manuskript
Commits: 58c70658 by Antonio Rojas at 2023-12-16T20:35:49+01:00 upgpkg: 0.16.1-1: Update to 0.16.1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = manuskript + pkgdesc = Provides a rich environment to help writers create their first draft and then further refine and edit their masterpiece + pkgver = 0.16.1 + pkgrel = 1 + url = https://www.theologeek.ch/manuskript/ + arch = any + license = GPL3 + depends = hicolor-icon-theme + depends = python-lxml + depends = python-markdown + depends = python-pyenchant + depends = python-pyqt5 + depends = qt5-svg + optdepends = qt5-webengine: preview PDF export + optdepends = pandoc: export to various formats + optdepends = pdfjs: preview PDF export + source = https://github.com/olivierkes/manuskript/archive/0.16.1/manuskript-0.16.1.tar.gz + sha256sums = 129125b3d7ce39f3417b41fc57c6ea2c883cc02ca1899e4b533e6070bc56a18c + +pkgname = manuskript ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=manuskript -pkgver=0.15.0 +pkgver=0.16.1 pkgrel=1 pkgdesc='Provides a rich environment to help writers create their first draft and then further refine and edit their masterpiece' arch=('any') @@ -13,7 +13,7 @@ optdepends=('qt5-webengine: preview PDF export' 'pandoc: export to various formats' 'pdfjs: preview PDF export') source=("https://github.com/olivierkes/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('e9139178c6c10f50817481037483c36329d7f0d5048f3ffecd0b0e9f9c02e027') +sha256sums=('129125b3d7ce39f3417b41fc57c6ea2c883cc02ca1899e4b533e6070bc56a18c') prepare() { cd "$pkgname-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/manuskript/-/commit/58c7065843e79bee73fdb167464e103667d757fe -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/manuskript/-/commit/58c7065843e79bee73fdb167464e103667d757fe You're receiving this email because of your account on gitlab.archlinux.org.
