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

Sébastien Luttringer seblu at archlinux.org
Thu Nov 10 16:24:57 UTC 2016


    Date: Thursday, November 10, 2016 @ 16:24:56
  Author: seblu
Revision: 195297

upgpkg: quilt 0.65-1

Modified:
  quilt/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-10 16:19:16 UTC (rev 195296)
+++ PKGBUILD	2016-11-10 16:24:56 UTC (rev 195297)
@@ -5,11 +5,11 @@
 # Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
 
 pkgname=quilt
-pkgver=0.64
+pkgver=0.65
 pkgrel=1
 pkgdesc='Manage a series of patches by keeping track of the changes each patch makes'
 arch=('any')
-url='http://savannah.nongnu.org/projects/quilt'
+url='https://savannah.nongnu.org/projects/quilt/'
 license=('GPL2')
 depends=(
   'bash'
@@ -23,18 +23,20 @@
   'patch'
   'perl'
 )
-source=("http://savannah.nongnu.org/download/quilt/${pkgname}-${pkgver}.tar.gz")
-md5sums=('fc0310db5868a0873d602d4332a76d43')
+validpgpkeys=('90DFD6523C57373D81F63D19865688D038F02FC8') # Jean Delvare
+source=("https://savannah.nongnu.org/download/quilt/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('c67ba0228f5b7b8bbe469474661f92d6'
+         'SKIP')
 
 build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --without-rpmbuild
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --without-rpmbuild
   make
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
-  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
+  cd $pkgname-$pkgver
+  make BUILD_ROOT="$pkgdir" install
   # move bash completion in right place
   install -d -m 755 "$pkgdir/usr/share/bash-completion"
   mv "$pkgdir/etc/bash_completion.d" "$pkgdir/usr/share/bash-completion/completions"



More information about the arch-commits mailing list