[arch-commits] Commit in paps/repos/community-x86_64 (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sun Aug 30 10:50:30 UTC 2020


    Date: Sunday, August 30, 2020 @ 10:50:30
  Author: foutrelis
Revision: 692649

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-30 10:50:27 UTC (rev 692648)
+++ PKGBUILD	2020-08-30 10:50:30 UTC (rev 692649)
@@ -1,27 +0,0 @@
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Artyom 'logus' Pervukhin <logus9 at gmail.com>
-# Contributor: Tim Yang <tdy at gmx.com>
-
-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
-}

Copied: paps/repos/community-x86_64/PKGBUILD (from rev 692648, paps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-08-30 10:50:30 UTC (rev 692649)
@@ -0,0 +1,27 @@
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Artyom 'logus' Pervukhin <logus9 at gmail.com>
+# Contributor: Tim Yang <tdy at gmx.com>
+
+pkgname=paps
+pkgver=0.7.1
+pkgrel=2
+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
+}



More information about the arch-commits mailing list