[arch-commits] Commit in pappl/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Thu Apr 22 06:16:49 UTC 2021


    Date: Thursday, April 22, 2021 @ 06:16:49
  Author: andyrtr
Revision: 413009

upgpkg: pappl 1.0.3-1: upstream update 1.0.3

Modified:
  pappl/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-21 23:32:02 UTC (rev 413008)
+++ PKGBUILD	2021-04-22 06:16:49 UTC (rev 413009)
@@ -1,9 +1,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=pappl
-#https://github.com/michaelrsweet/pappl/commits/master
-#_commit=0985256fb631ddd9b528795a0635af2b20828ddb # master 2020-11-30 = 1.0rc1
-pkgver=1.0.2
+pkgver=1.0.3
 pkgrel=1
 pkgdesc="a simple C-based framework/library for developing CUPS Printer Applications"
 arch=('x86_64')
@@ -11,17 +9,11 @@
 license=('Apache' 'custom')
 depends=('libcups' 'libjpeg-turbo' 'pam')
 makedepends=('git')
-source=(#git+"https://github.com/michaelrsweet/pappl.git#commit=$_commit"
-        https://github.com/michaelrsweet/pappl/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha256sums=('88a7a5603ccf0986da6059e3885d5a5838fa4f0306e4ce33e479d1194a3ae68d'
+source=(https://github.com/michaelrsweet/pappl/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.sig})
+sha256sums=('773c97799d2c52d75b45d13cd450a3aae67d8d2a04c42eff913935daedb9a0d9'
             'SKIP')
 validpgpkeys=('845464660B686AAB36540B6F999559A027815955') # "Michael R Sweet <michael.r.sweet at gmail.com>"
 
-#pkgver() {
-#  cd $pkgname
-#  git describe --tags | sed 's/-/+/g' | sed 's/v//'
-#}
-
 build() {
   cd "$pkgname-$pkgver"
 



More information about the arch-commits mailing list