summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2023-03-01 09:24:46 +0100
committerGaetan Bisson2023-03-01 09:24:46 +0100
commitf454eddb5467a5546caa900200b6d1ec0e4a2b8d (patch)
tree84053af9ba4a49613eb08d6dfd1c6e07bcf3010c
parente756962b0828d4bf8e0132c294a8ea804f320366 (diff)
downloadaur-paps.tar.gz
upstream update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5268f35b1fa..3979cba32064 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = paps
pkgdesc = Converts Unicode text to postscript and pdf using pango
- pkgver = 0.7.1
- pkgrel = 2
+ pkgver = 0.8.0
+ pkgrel = 1
url = https://github.com/dov/paps
arch = x86_64
license = LGPL
makedepends = intltool
depends = pango
- source = https://github.com/dov/paps/archive/v0.7.1.tar.gz
- sha256sums = b8cbd16f8dd5832ecfa9907d31411b35a7f12d81a5ec472a1555d00a8a205e0e
+ depends = fmt
+ source = https://github.com/dov/paps/archive/v0.8.0.tar.gz
+ sha256sums = 8fd8db04e6f8c5c164806d2c1b5fea6096daf583f83f06d1e4813ea61edc291f
pkgname = paps
-
diff --git a/PKGBUILD b/PKGBUILD
index defb389ec1e7..52078857699b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: Tim Yang <tdy@gmx.com>
pkgname=paps
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
pkgdesc='Converts Unicode text to postscript and pdf using pango'
url='https://github.com/dov/paps'
arch=('x86_64')
license=('LGPL')
-depends=('pango')
+depends=('pango' 'fmt')
makedepends=('intltool')
source=("https://github.com/dov/paps/archive/v${pkgver}.tar.gz")
-sha256sums=('b8cbd16f8dd5832ecfa9907d31411b35a7f12d81a5ec472a1555d00a8a205e0e')
+sha256sums=('8fd8db04e6f8c5c164806d2c1b5fea6096daf583f83f06d1e4813ea61edc291f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"