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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 16 17:06:28 UTC 2021


    Date: Friday, July 16, 2021 @ 17:06:28
  Author: felixonmars
Revision: 419788

archrelease: copy trunk to extra-x86_64

Added:
  talloc/repos/extra-x86_64/PKGBUILD
    (from rev 419787, talloc/trunk/PKGBUILD)
Deleted:
  talloc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-16 17:06:12 UTC (rev 419787)
+++ PKGBUILD	2021-07-16 17:06:28 UTC (rev 419788)
@@ -1,38 +0,0 @@
-# Maintainer:
-# Contributor: Tobias Powalowski <tpowa at archlinux.org>
-
-pkgname=talloc
-pkgver=2.3.2
-pkgrel=1
-pkgdesc="Hierarchical pool based memory allocator with destructors"
-arch=('x86_64')
-license=('GPL3')
-url="https://talloc.samba.org/"
-depends=('glibc' 'libxcrypt')
-makedepends=('python' 'docbook-xsl')
-optdepends=('python: for python bindings')
-source=(https://www.samba.org/ftp/talloc/talloc-$pkgver.tar.{gz,asc})
-sha1sums=('3f2ce471d68d0806dd0910cbe97d9fea2f967288'
-          'SKIP')
-validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-bugs at samba.org
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr \
-     --sysconfdir=/etc/samba \
-     --localstatedir=/var \
-     --bundled-libraries=NONE \
-     --builtin-libraries=replace \
-     --enable-talloc-compat1
-   make
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: talloc/repos/extra-x86_64/PKGBUILD (from rev 419787, talloc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-16 17:06:28 UTC (rev 419788)
@@ -0,0 +1,38 @@
+# Maintainer:
+# Contributor: Tobias Powalowski <tpowa at archlinux.org>
+
+pkgname=talloc
+pkgver=2.3.3
+pkgrel=1
+pkgdesc="Hierarchical pool based memory allocator with destructors"
+arch=('x86_64')
+license=('GPL3')
+url="https://talloc.samba.org/"
+depends=('glibc' 'libxcrypt')
+makedepends=('python' 'docbook-xsl')
+optdepends=('python: for python bindings')
+source=(https://www.samba.org/ftp/talloc/talloc-$pkgver.tar.{gz,asc})
+sha512sums=('1e4b90769b9be72421d76bf9149fd0736f43d034b1573ab2dfb5cd613b4fb3fdf67d575f81789851787e1cbbc7353cdfc114cefbccb15fc0f39e222f40aff65f'
+            'SKIP')
+validpgpkeys=(9147A339719518EE9011BCB54793916113084025) # samba-bugs at samba.org
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr \
+     --sysconfdir=/etc/samba \
+     --localstatedir=/var \
+     --bundled-libraries=NONE \
+     --builtin-libraries=replace \
+     --enable-talloc-compat1
+   make
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make check
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list