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

Christian Rebischke shibumi at archlinux.org
Wed Oct 24 00:17:38 UTC 2018


    Date: Wednesday, October 24, 2018 @ 00:17:38
  Author: shibumi
Revision: 398743

archrelease: copy trunk to community-x86_64

Added:
  bup/repos/community-x86_64/PKGBUILD
    (from rev 398742, bup/trunk/PKGBUILD)
Deleted:
  bup/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-24 00:17:25 UTC (rev 398742)
+++ PKGBUILD	2018-10-24 00:17:38 UTC (rev 398743)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer : Christian Rebischke <chris.rebischke at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Jakob Matthes <jakob.matthes at gmail.com>
-# Contributor: Bram Schoenmakers <me at bramschoenmakers.nl>
-# Contributor: henning mueller <henning at orgizm.net>
-# Contributor: rakoo (AUR)
-# Contributor: SanskritFritz (gmail)
-
-pkgname=bup
-pkgver=0.29.1
-pkgrel=2
-pkgdesc='Efficient backup system based on the git packfile format'
-arch=('x86_64' 'i686')
-url='https://bup.github.io/'
-license=('GPL')
-depends=('python2-fuse' 'par2cmdline' 'pylibacl' 'python2-pyxattr' 'git')
-makedepends=('ruby-ronn' 'git' 'setconf' 'pandoc')
-checkdepends=('rsync' 'python2-tornado')
-optdepends=('python2-tornado: for bup web')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bup/bup/archive/${pkgver}.tar.gz")
-sha512sums=('2ad142214cf5ee61e2113b49d02761cdf8fdd5928eb4f885230af71f149ba33ee748e1d96e240903f54d3264dc2ad1614e6ece66027b4c7ed1e97b6147a9685e')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure
-  make
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" PREFIX=/usr install
-}

Copied: bup/repos/community-x86_64/PKGBUILD (from rev 398742, bup/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-24 00:17:38 UTC (rev 398743)
@@ -0,0 +1,37 @@
+# Maintainer : Christian Rebischke <chris.rebischke at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Jakob Matthes <jakob.matthes at gmail.com>
+# Contributor: Bram Schoenmakers <me at bramschoenmakers.nl>
+# Contributor: henning mueller <henning at orgizm.net>
+# Contributor: rakoo (AUR)
+# Contributor: SanskritFritz (gmail)
+
+pkgname=bup
+pkgver=0.29.2
+pkgrel=1
+pkgdesc='Efficient backup system based on the git packfile format'
+arch=('x86_64')
+url='https://bup.github.io/'
+license=('GPL')
+depends=('python2-fuse' 'par2cmdline' 'pylibacl' 'python2-pyxattr' 'git')
+makedepends=('ruby-ronn' 'git' 'setconf' 'pandoc')
+checkdepends=('rsync' 'python2-tornado')
+optdepends=('python2-tornado: for bup web')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/bup/bup/archive/${pkgver}.tar.gz")
+sha512sums=('10c433d6779b1fd7e1935c587676492d96a330dc3280556332bb55b6e5c62de8631fd755d07d2eaf80cb9fa209dc25b241d5ecf3a6fe2b8210a3d0e1ce4fa4bf')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}



More information about the arch-commits mailing list