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

Xyne xyne at gemini.archlinux.org
Sun Jan 30 17:16:16 UTC 2022


    Date: Sunday, January 30, 2022 @ 17:16:14
  Author: xyne
Revision: 1120419

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 17:16:00 UTC (rev 1120418)
+++ PKGBUILD	2022-01-30 17:16:14 UTC (rev 1120419)
@@ -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.2
-pkgrel=5
-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

Copied: bchunk/repos/community-x86_64/PKGBUILD (from rev 1120418, bchunk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-30 17:16:14 UTC (rev 1120419)
@@ -0,0 +1,30 @@
+# 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=6
+pkgdesc="A Tool to Convert *.raw *.bin files to an ISO file"
+url="http://he.fi/bchunk/"
+arch=('x86_64')
+license=('GPL')
+depends=('glibc')
+makedepends=('systemd')
+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