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

Bruno Pagani archange at archlinux.org
Wed Jan 30 16:14:25 UTC 2019


    Date: Wednesday, January 30, 2019 @ 16:14:24
  Author: archange
Revision: 428644

upgpkg: signing-party 2.8-1

Modified:
  signing-party/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-30 14:41:22 UTC (rev 428643)
+++ PKGBUILD	2019-01-30 16:14:24 UTC (rev 428644)
@@ -2,11 +2,11 @@
 # Contributor: C. Dominik Bódi <dominik dot bodi at gmx dot de>
 
 pkgname=signing-party
-pkgver=2.7
+pkgver=2.8
 pkgrel=1
 pkgdesc="Collection for all kinds of pgp related things, including signing scripts, party preparation scripts, etc."
 arch=(x86_64)
-url="https://salsa.debian.org/debian/signing-party"
+url="https://salsa.debian.org/signing-party-team/signing-party"
 license=(GPL)
 depends=(libmd
          perl-class-methodmaker
@@ -24,25 +24,25 @@
             'texlive-latexextra: QR code support in gpg-key2latex'
             'noto-fonts: fonts for pretty printouts'
             'noto-fonts-cjk: fonts for pretty printouts')
-source=("https://deb.debian.org/debian/pool/main/s/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz"
+source=("${url}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.bz2"
         'gpgwrap_makefile.patch')
-# https://packages.debian.org/source/sid/signing-party
-md5sums=('92011416569ba67eb4b2db229411e832'
-         '62a274a7eb766ccfbb43f463003089b5')
-sha256sums=('41641cbf3fb5c8d91da678e4aa64a3f1d76f906490a17cb0b9671edbf7a3d37e'
+sha256sums=('e31e913c152588b77cd46ac96f136e5f4bd70d6e51c9bcf12dca861c277ccb4f'
             '1a5b7ec8dca7642b744270ab5011707f9f4b732cba8062c76b5195c40f13f5e0')
 
 prepare() {
+    cd ${pkgname}-v${pkgver}
     # Remove useless buggy Makefile
     rm gpgwrap/src/Makefile
-    patch -p1 -i gpgwrap_makefile.patch
+    patch -p1 -i ../gpgwrap_makefile.patch
 }
 
 build() {
+    cd ${pkgname}-v${pkgver}
     make
 }
 
 package() {
+    cd ${pkgname}-v${pkgver}
     make DESTDIR="${pkgdir}" install
 
     # Manually install all files the Makefiles in the subpackages are not installing



More information about the arch-commits mailing list