Date: Tuesday, October 29, 2019 @ 19:59:59 Author: bisson Revision: 520936
upstream update Modified: paps/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-29 19:21:12 UTC (rev 520935) +++ PKGBUILD 2019-10-29 19:59:59 UTC (rev 520936) @@ -3,7 +3,7 @@ # Contributor: Tim Yang <[email protected]> pkgname=paps -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=1 pkgdesc='Converts Unicode text to postscript and pdf using pango' url='https://github.com/dov/paps' @@ -10,8 +10,9 @@ arch=('x86_64') license=('LGPL') depends=('pango') -source=("https://github.com/dov/paps/archive/${pkgver}.tar.gz") -sha256sums=('7a18e8096944a21e0d9fcfb389770d1e7672ba90569180cb5d45984914cedb13') +makedepends=('intltool') +source=("https://github.com/dov/paps/archive/v${pkgver}.tar.gz") +sha256sums=('b8cbd16f8dd5832ecfa9907d31411b35a7f12d81a5ec472a1555d00a8a205e0e') build() { cd "${srcdir}/${pkgname}-${pkgver}"
