[arch-commits] Commit in tdb/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Tobias Powalowski tpowa at gemini.archlinux.org
Sun Jan 30 18:46:27 UTC 2022


    Date: Sunday, January 30, 2022 @ 18:46:26
  Author: tpowa
Revision: 435554

archrelease: copy trunk to extra-x86_64

Added:
  tdb/repos/extra-x86_64/PKGBUILD
    (from rev 435553, tdb/trunk/PKGBUILD)
Deleted:
  tdb/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 18:46:10 UTC (rev 435553)
+++ PKGBUILD	2022-01-30 18:46:26 UTC (rev 435554)
@@ -1,34 +0,0 @@
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=tdb
-pkgver=1.4.5
-pkgrel=3
-pkgdesc='Trivial Database similar to GDBM but allows simultaneous commits'
-arch=(x86_64)
-license=('GPL3')
-url="https://tdb.samba.org/"
-depends=('glibc')
-makedepends=('python' 'libxslt' 'docbook-xsl')
-optdepends=('python: for python bindings')
-provides=(libtdb.so)
-source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar{.gz,.asc})
-validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs at samba.org>
-sha512sums=('373b2ce5b2c68fbc28b7679f0e7531115b91ddc6a68b27acada39b995f66b508b19f24d712fc4388654199abd69857e53ebd435d1ed47e3a69ba85ff667fed56'
-            'SKIP')
-
-build() {
-   cd ${pkgname}-${pkgver}
-   ./configure --prefix=/usr \
-               --localstatedir=/var \
-               --sysconfdir=/etc/samba
-   make
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="$pkgdir" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tdb/repos/extra-x86_64/PKGBUILD (from rev 435553, tdb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-30 18:46:26 UTC (rev 435554)
@@ -0,0 +1,34 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: eric <eric at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=tdb
+pkgver=1.4.6
+pkgrel=1
+pkgdesc='Trivial Database similar to GDBM but allows simultaneous commits'
+arch=(x86_64)
+license=('GPL3')
+url="https://tdb.samba.org/"
+depends=('glibc')
+makedepends=('python' 'libxslt' 'docbook-xsl')
+optdepends=('python: for python bindings')
+provides=(libtdb.so)
+source=(https://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar{.gz,.asc})
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs at samba.org>
+sha512sums=('8af549867fdf2e0daf073c26933ae0d475ea64efaca23d3d7b0eb20839376e817f4c0a0ba2504f60f9e27a2b35d3b6ae7c329d88a5c2c0408e98ad9dfde84712'
+            'SKIP')
+
+build() {
+   cd ${pkgname}-${pkgver}
+   ./configure --prefix=/usr \
+               --localstatedir=/var \
+               --sysconfdir=/etc/samba
+   make
+}
+
+package() {
+   cd ${pkgname}-${pkgver}
+   make DESTDIR="$pkgdir" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list