[arch-commits] Commit in unp/repos/community-any (PKGBUILD PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Wed May 30 21:00:03 UTC 2018


    Date: Wednesday, May 30, 2018 @ 21:00:03
  Author: anatolik
Revision: 333504

archrelease: copy trunk to community-any

Added:
  unp/repos/community-any/PKGBUILD
    (from rev 333503, unp/trunk/PKGBUILD)
Deleted:
  unp/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 20:59:33 UTC (rev 333503)
+++ PKGBUILD	2018-05-30 21:00:03 UTC (rev 333504)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
-# Contributor: Michael Düll <mail at akurei.me> PGP-Key: AAAEE882
-# Contributor: TDY <tdy at gmx.com>
-# Contributor: Sergio Rubio <rubiojr.ml at gmail.com>
-# Contributor: Hannes Rist <cowider at gmail.com>
- 
-pkgname=unp
-pkgver=2.0~pre7+nmu1
-pkgrel=2
-pkgdesc='A script for unpacking a wide variety of archive formats'
-arch=(any)
-url='http://packages.qa.debian.org/u/unp.html'
-license=(GPL)
-depends=(perl)
-optdepends=(
-  'unarj: arj support'
-  'unrar: rar support'
-  'unzip: zip support'
-  'bzip2: bzip2 support'
-  'p7zip: p7zip support'
-  'unace: ace support'
-  'cpio: cpio support'
-  'sharutils: sharutils'
-  'cabextract: cab support'
-  'rpmextract: rpm support'
-)
-source=(http://ftp.debian.org/debian/pool/main/u/unp/unp_$pkgver.tar.bz2)
-sha1sums=('b91f4cbc4720b3aace147652ac2043cf74668244')
- 
-build() {
-  cd unp-$pkgver/po
-  make
-}
- 
-package() {
-  cd unp-$pkgver
-  install -Dm755 unp "$pkgdir"/usr/bin/unp
-  install -Dm755 ucat "$pkgdir"/usr/bin/ucat
-  install -Dm644 debian/unp.1 "$pkgdir"/usr/share/man/man1/unp.1
-  install -Dm755 bash_completion.d/unp "$pkgdir"/etc/bash_completion.d/unp.sh
-
-  cd po
-  make DESTDIR="$pkgdir" install
-}

Copied: unp/repos/community-any/PKGBUILD (from rev 333503, unp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 21:00:03 UTC (rev 333504)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Anatol Pomozov <anatol.pomozov at gmail.com>
+# Contributor: Michael Düll <mail at akurei.me> PGP-Key: AAAEE882
+# Contributor: TDY <tdy at gmx.com>
+# Contributor: Sergio Rubio <rubiojr.ml at gmail.com>
+# Contributor: Hannes Rist <cowider at gmail.com>
+ 
+pkgname=unp
+pkgver=2.0~pre7+nmu1
+pkgrel=3
+pkgdesc='A script for unpacking a wide variety of archive formats'
+arch=(any)
+url='http://packages.qa.debian.org/u/unp.html'
+license=(GPL)
+depends=(perl)
+optdepends=(
+  'unarj: arj support'
+  'unrar: rar support'
+  'unzip: zip support'
+  'bzip2: bzip2 support'
+  'p7zip: p7zip support'
+  'unace: ace support'
+  'cpio: cpio support'
+  'sharutils: sharutils'
+  'cabextract: cab support'
+  'rpmextract: rpm support'
+)
+source=(http://ftp.debian.org/debian/pool/main/u/unp/unp_$pkgver.tar.bz2)
+sha1sums=('b91f4cbc4720b3aace147652ac2043cf74668244')
+ 
+build() {
+  cd unp-$pkgver/po
+  make
+}
+ 
+package() {
+  cd unp-$pkgver
+  install -Dm755 unp "$pkgdir"/usr/bin/unp
+  install -Dm755 ucat "$pkgdir"/usr/bin/ucat
+  install -Dm644 debian/unp.1 "$pkgdir"/usr/share/man/man1/unp.1
+  install -Dm755 bash_completion.d/unp "$pkgdir"/usr/share/bash-completion/completions/unp
+
+  cd po
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list