Date: Tuesday, October 29, 2019 @ 20:04:47
  Author: bisson
Revision: 520940

archrelease: copy trunk to community-x86_64

Added:
  paps/repos/community-x86_64/PKGBUILD
    (from rev 520939, paps/trunk/PKGBUILD)
Deleted:
  paps/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-10-29 20:04:21 UTC (rev 520939)
+++ PKGBUILD    2019-10-29 20:04:47 UTC (rev 520940)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <[email protected]>
-# Contributor: Artyom 'logus' Pervukhin <[email protected]>
-# Contributor: Tim Yang <[email protected]>
-
-pkgname=paps
-pkgver=0.7.0
-pkgrel=1
-pkgdesc='Converts Unicode text to postscript and pdf using pango'
-url='https://github.com/dov/paps'
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('pango')
-source=("https://github.com/dov/paps/archive/${pkgver}.tar.gz";)
-sha256sums=('7a18e8096944a21e0d9fcfb389770d1e7672ba90569180cb5d45984914cedb13')
-
-build() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       ./autogen.sh
-       ./configure --prefix=/usr
-       make
-}
-
-package() {
-       cd "${srcdir}/${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
-}

Copied: paps/repos/community-x86_64/PKGBUILD (from rev 520939, 
paps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-10-29 20:04:47 UTC (rev 520940)
@@ -0,0 +1,27 @@
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Artyom 'logus' Pervukhin <[email protected]>
+# Contributor: Tim Yang <[email protected]>
+
+pkgname=paps
+pkgver=0.7.1
+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')
+makedepends=('intltool')
+source=("https://github.com/dov/paps/archive/v${pkgver}.tar.gz";)
+sha256sums=('b8cbd16f8dd5832ecfa9907d31411b35a7f12d81a5ec472a1555d00a8a205e0e')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./autogen.sh
+       ./configure --prefix=/usr
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to