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

Sergej Pupykin spupykin at archlinux.org
Thu Feb 15 19:00:01 UTC 2018


    Date: Thursday, February 15, 2018 @ 19:00:00
  Author: spupykin
Revision: 294760

archrelease: copy trunk to community-x86_64

Added:
  libzdb/repos/community-x86_64/PKGBUILD
    (from rev 294759, libzdb/trunk/PKGBUILD)
Deleted:
  libzdb/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-15 18:59:19 UTC (rev 294759)
+++ PKGBUILD	2018-02-15 19:00:00 UTC (rev 294760)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=libzdb
-pkgver=3.0
-pkgrel=3
-pkgdesc="Zild Database Library"
-arch=('i686' 'x86_64')
-url="http://www.tildeslash.com/libzdb/"
-license=('GPL')
-depends=('postgresql-libs' 'sqlite' 'libmariadbclient')
-source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
-md5sums=('3bb9efff10a1f3ebc5b76c1055c48635')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: libzdb/repos/community-x86_64/PKGBUILD (from rev 294759, libzdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-15 19:00:00 UTC (rev 294760)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=libzdb
+pkgver=3.1
+pkgrel=1
+pkgdesc="Zild Database Library"
+arch=('x86_64')
+url="http://www.tildeslash.com/libzdb/"
+license=('GPL')
+depends=('postgresql-libs' 'sqlite' 'libmariadbclient')
+source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
+sha256sums=('0f01abb1b01d1a1f4ab9b55ad3ba445d203fc3b4757abdf53e1d85e2b7b42695')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list