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

Baptiste Jonglez zorun at archlinux.org
Mon Apr 8 20:55:29 UTC 2019


    Date: Monday, April 8, 2019 @ 20:55:29
  Author: zorun
Revision: 450456

upgpkg: quilt 0.66-1

Also enable tests

Modified:
  quilt/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-08 20:44:14 UTC (rev 450455)
+++ PKGBUILD	2019-04-08 20:55:29 UTC (rev 450456)
@@ -4,8 +4,8 @@
 # Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
 
 pkgname=quilt
-pkgver=0.65
-pkgrel=2
+pkgver=0.66
+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/'
@@ -22,19 +22,25 @@
   'patch'
   'perl'
 )
+checkdepends=('ed')
 validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8') # Jean Delvare
 source=("https://savannah.nongnu.org/download/quilt/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('c67ba0228f5b7b8bbe469474661f92d6'
+md5sums=('6800c2404a2c0598ab2eff92a636ba70'
          'SKIP')
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --without-rpmbuild
   make
 }
 
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
 package() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
   make BUILD_ROOT="$pkgdir" install
   # move bash completion in right place
   install -d -m 755 "$pkgdir/usr/share/bash-completion"



More information about the arch-commits mailing list