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

Levente Polyak anthraxx at archlinux.org
Sun Mar 29 21:41:42 UTC 2020


    Date: Sunday, March 29, 2020 @ 21:41:41
  Author: anthraxx
Revision: 378684

archrelease: copy trunk to extra-x86_64

Added:
  tevent/repos/extra-x86_64/PKGBUILD
    (from rev 378683, tevent/trunk/PKGBUILD)
Deleted:
  tevent/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-29 21:41:30 UTC (rev 378683)
+++ PKGBUILD	2020-03-29 21:41:41 UTC (rev 378684)
@@ -1,38 +0,0 @@
-# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
-# Contributor: Christian Hesse <mail at eworm.de>
-# Contributor: Marco A Rojas <marquicus at gmail dot com>
-# Contributor: Ng Oon-Ee <ngoonee.talk at gmail.com>
-# Contributor: Thomas Burdick <thomas.burdick at gmail.com>
-
-pkgname=tevent
-pkgver=0.10.1
-pkgrel=2
-epoch=1
-pkgdesc='Event system based on the talloc memory management library'
-url="https://tevent.samba.org/"
-arch=('x86_64')
-source=(https://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar{.gz,.asc})
-license=('GPL3')
-depends=('talloc')
-makedepends=('python')
-optdepends=('python: for python bindings')
-provides=(libtevent.so)
-validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs at samba.org>
-sha512sums=('204295672618b8d720743f1d388f9a2d591805c8ef36cdb7e9ae3aa824bc288dab64b336e6a5f5babe6214a993b1ad3d0faa9d8ec2b30a9b927b3ea68bc5fd52'
-            'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --bundled-libraries=NONE \
-    --builtin-libraries=replace
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: tevent/repos/extra-x86_64/PKGBUILD (from rev 378683, tevent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-29 21:41:41 UTC (rev 378684)
@@ -0,0 +1,38 @@
+# Maintainer: Tobias Powalowski <tpowa at archlinux.org>
+# Contributor: Christian Hesse <mail at eworm.de>
+# Contributor: Marco A Rojas <marquicus at gmail dot com>
+# Contributor: Ng Oon-Ee <ngoonee.talk at gmail.com>
+# Contributor: Thomas Burdick <thomas.burdick at gmail.com>
+
+pkgname=tevent
+pkgver=0.10.2
+pkgrel=1
+epoch=1
+pkgdesc='Event system based on the talloc memory management library'
+url="https://tevent.samba.org/"
+arch=('x86_64')
+source=(https://samba.org/ftp/tevent/${pkgname}-${pkgver}.tar{.gz,.asc})
+license=('GPL3')
+depends=('talloc')
+makedepends=('python')
+optdepends=('python: for python bindings')
+provides=(libtevent.so)
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs at samba.org>
+sha512sums=('1da8f28898f35daab515892b880d1de601062cc3e2b2570cd62e6913df17b0195a05acb7b484c628cddc0eb8b0cde893105ede3feb32bc5764e7d25684f332ba'
+            'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --bundled-libraries=NONE \
+    --builtin-libraries=replace
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list