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

Xyne xyne at archlinux.org
Fri Dec 22 01:49:29 UTC 2017


    Date: Friday, December 22, 2017 @ 01:49:28
  Author: xyne
Revision: 275254

archrelease: copy trunk to community-x86_64

Added:
  bchunk/repos/community-x86_64/PKGBUILD
    (from rev 275253, bchunk/trunk/PKGBUILD)
Deleted:
  bchunk/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-22 01:49:08 UTC (rev 275253)
+++ PKGBUILD	2017-12-22 01:49:28 UTC (rev 275254)
@@ -1,29 +0,0 @@
-# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
-# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Markus Meissner <markus at meissna.de>
-
-pkgname=bchunk
-pkgver=1.2.0
-pkgrel=4
-pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
-url="http://he.fi/bchunk/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc')
-source=(http://he.fi/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('6a613da3f34f9a303f202d2e9731d231')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  install -dm755 "$pkgdir"/usr/{bin,share/man/man1}
-  make PREFIX="$pkgdir/usr" MAN_DIR="$pkgdir/usr/share/man" install
-  chown root:root "$pkgdir/usr/share/man/man1/bchunk.1"
-}
-
-# vim: ts=2 sw=2 et ft=sh

Copied: bchunk/repos/community-x86_64/PKGBUILD (from rev 275253, bchunk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-22 01:49:28 UTC (rev 275254)
@@ -0,0 +1,29 @@
+# Maintainer: Xyne <ca dot archlinux at xyne, backwards>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Markus Meissner <markus at meissna.de>
+
+pkgname=bchunk
+pkgver=1.2.2
+pkgrel=4
+pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
+url="http://he.fi/bchunk/"
+arch=('x86_64')
+license=('GPL')
+depends=('glibc')
+source=(http://he.fi/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('94fcc1dea3a38a907b3f209c20f3de54028cc34bf8964d1dccf94faf3ca3851270cc8e052c29a3f04c60e525c029ebfb1c3c04fa85525e20273ac8d72cb317c8')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -dm755 "$pkgdir"/usr/{bin,share/man/man1}
+  make PREFIX="$pkgdir/usr" MAN_DIR="$pkgdir/usr/share/man" install
+  chown root:root "$pkgdir/usr/share/man/man1/bchunk.1"
+}
+
+# vim: ts=2 sw=2 et ft=sh



More information about the arch-commits mailing list