[arch-commits] Commit in par2cmdline/repos/community-x86_64 (PKGBUILD PKGBUILD)

Ike Devolder idevolder at archlinux.org
Sun Feb 9 15:31:27 UTC 2020


    Date: Sunday, February 9, 2020 @ 15:31:27
  Author: idevolder
Revision: 565372

archrelease: copy trunk to community-x86_64

Added:
  par2cmdline/repos/community-x86_64/PKGBUILD
    (from rev 565371, par2cmdline/trunk/PKGBUILD)
Deleted:
  par2cmdline/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-09 15:31:20 UTC (rev 565371)
+++ PKGBUILD	2020-02-09 15:31:27 UTC (rev 565372)
@@ -1,36 +0,0 @@
-# vim:set ts=2 sw=2 et:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org
-
-pkgname=par2cmdline
-pkgver=0.8.0
-pkgrel=2
-pkgdesc='A PAR 2.0 compatible file verification and repair tool'
-url='https://github.com/BlackIkeEagle/par2cmdline'
-license=('GPL2')
-arch=('x86_64')
-depends=('gcc-libs')
-source=("https://github.com/Parchive/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
-        "https://github.com/Parchive/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.sig")
-sha512sums=('7dc19d18d375c1ec62f438613fec0008515e325a1387feb9c9f92d84b5bfa955911459147732ead4c20ce7e77dc6d7d22da5b388fb572026aa431b28252b5fcf'
-            'SKIP')
-
-validpgpkeys=(
-  'DB2277BCD500AA3825610BDDDB323392796CA067'
-)
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make -j1 check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: par2cmdline/repos/community-x86_64/PKGBUILD (from rev 565371, par2cmdline/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-09 15:31:27 UTC (rev 565372)
@@ -0,0 +1,36 @@
+# vim:set ts=2 sw=2 et:
+# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org
+
+pkgname=par2cmdline
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='A PAR 2.0 compatible file verification and repair tool'
+url='https://github.com/BlackIkeEagle/par2cmdline'
+license=('GPL2')
+arch=('x86_64')
+depends=('gcc-libs')
+source=("https://github.com/Parchive/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
+        "https://github.com/Parchive/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz.sig")
+sha512sums=('b0032639353d869ffa449c8b5f27fe1deec0e5e4326ba90aae5c8a03f82441c69ba40f2032c4cbda98f415c3d100136beed8285d099ffbf32329451e719478d9'
+            'SKIP')
+
+validpgpkeys=(
+  'DB2277BCD500AA3825610BDDDB323392796CA067'
+)
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -j1 check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list