Date: Sunday, March 10, 2019 @ 03:28:21
  Author: coderobe
Revision: 438903

unbreak accidental archrelease

Added:
  multipath-tools/repos/community-x86_64/PKGBUILD
    (from rev 438902, multipath-tools/repos/extra-x86_64/PKGBUILD)
Deleted:
  multipath-tools/repos/community-x86_64/PKGBUILD
  multipath-tools/repos/extra-x86_64/

---------------------------+
 /PKGBUILD                 |   45 ++++++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   45 --------------------------------------------
 2 files changed, 45 insertions(+), 45 deletions(-)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2019-03-10 03:21:14 UTC (rev 438902)
+++ community-x86_64/PKGBUILD   2019-03-10 03:28:21 UTC (rev 438903)
@@ -1,45 +0,0 @@
-# Maintainer: Robin Broda <[email protected]>
-# Contributor: Michael Lass <[email protected]>
-# Contributor: Justin Dray <[email protected]>
-# Contributor: Patrick McCarty <pnorcks at gmail dot com>
-# Contributor: BartÅ‚omiej Piotrowski <[email protected]>
-# Contributor: Thomas S Hatch <thatch45 ar gmail dot com>
-# Contributor: Michael P <[email protected]>
-# Contributor: Matt Heagney <[email protected]>
-
-pkgname=multipath-tools
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Multipath tools for Linux (including kpartx)'
-arch=('x86_64')
-url='http://christophe.varoqui.free.fr/'
-license=('GPL2')
-depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph-libs' 
'systemd-libs')
-makedepends=('git')
-source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-
-  # Fix systemd version detection in Makefile
-  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
-
-  # Fix bindir in Makefile
-  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
-}
-
-build() {
-  cd "${pkgname}"
-
-  make
-}
-
-package() {
-  cd "${pkgname}"
-
-  make DESTDIR="${pkgdir}" \
-       exec_prefix="/usr" \
-       LIB="/usr/lib" \
-       install
-}

Copied: multipath-tools/repos/community-x86_64/PKGBUILD (from rev 438902, 
multipath-tools/repos/extra-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2019-03-10 03:28:21 UTC (rev 438903)
@@ -0,0 +1,45 @@
+# Maintainer: Robin Broda <[email protected]>
+# Contributor: Michael Lass <[email protected]>
+# Contributor: Justin Dray <[email protected]>
+# Contributor: Patrick McCarty <pnorcks at gmail dot com>
+# Contributor: BartÅ‚omiej Piotrowski <[email protected]>
+# Contributor: Thomas S Hatch <thatch45 ar gmail dot com>
+# Contributor: Michael P <[email protected]>
+# Contributor: Matt Heagney <[email protected]>
+
+pkgname=multipath-tools
+pkgver=0.8.0
+pkgrel=1
+pkgdesc='Multipath tools for Linux (including kpartx)'
+arch=('x86_64')
+url='http://christophe.varoqui.free.fr/'
+license=('GPL2')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'ceph-libs' 
'systemd-libs')
+makedepends=('git')
+source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver}";)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+
+  # Fix systemd version detection in Makefile
+  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
+
+  # Fix bindir in Makefile
+  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
+}
+
+build() {
+  cd "${pkgname}"
+
+  make
+}
+
+package() {
+  cd "${pkgname}"
+
+  make DESTDIR="${pkgdir}" \
+       exec_prefix="/usr" \
+       LIB="/usr/lib" \
+       install
+}

Reply via email to