[arch-commits] Commit in quilt/trunk (4 files)

Konstantin Gizdov kgizdov at gemini.archlinux.org
Sat Aug 6 10:23:05 UTC 2022


    Date: Saturday, August 6, 2022 @ 10:23:04
  Author: kgizdov
Revision: 1260368

upgpkg: quilt 0.67-1

Added:
  quilt/trunk/keys/
  quilt/trunk/keys/pgp/
  quilt/trunk/keys/pgp/7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A.asc
Modified:
  quilt/trunk/PKGBUILD

-------------------------------------------------------+
 PKGBUILD                                              |   19 ++++++++--------
 keys/pgp/7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A.asc |    1 
 2 files changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-06 08:46:34 UTC (rev 1260367)
+++ PKGBUILD	2022-08-06 10:23:04 UTC (rev 1260368)
@@ -1,11 +1,12 @@
-# Maintainer: Sébastien Luttringer
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+# Contributor: Sébastien Luttringer
 # Contributor: Peter Richard Lewis <plewis at aur.archlinux.org>
 # Contributor: Jan de Groot <jgc at archlinux.org>
 # Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
 
 pkgname=quilt
-pkgver=0.66
-pkgrel=2
+pkgver=0.67
+pkgrel=1
 pkgdesc='Manage a series of patches by keeping track of the changes each patch makes'
 arch=('any')
 url='https://savannah.nongnu.org/projects/quilt/'
@@ -23,24 +24,24 @@
   'perl'
 )
 checkdepends=('ed')
-validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8') # Jean Delvare
+validpgpkeys=('7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A') # Jean Delvare
 source=("https://savannah.nongnu.org/download/quilt/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('6800c2404a2c0598ab2eff92a636ba70'
-         'SKIP')
+sha256sums=('3be3be0987e72a6c364678bb827e3e1fcc10322b56bc5f02b576698f55013cc2'
+            'SKIP')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc --without-rpmbuild
   make
 }
 
 check() {
-  cd "$pkgname-$pkgver"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make check
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   make BUILD_ROOT="$pkgdir" install
   # move bash completion in right place
   install -d -m 755 "$pkgdir/usr/share/bash-completion"

Added: keys/pgp/7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A.asc
===================================================================
(Binary files differ)

Index: quilt/trunk/keys/pgp/7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A.asc
===================================================================
--- keys/pgp/7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A.asc	2022-08-06 08:46:34 UTC (rev 1260367)
+++ keys/pgp/7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A.asc	2022-08-06 10:23:04 UTC (rev 1260368)

Property changes on: quilt/trunk/keys/pgp/7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property


More information about the arch-commits mailing list