Date: Monday, February 13, 2023 @ 13:40:26
  Author: tpowa
Revision: 468718

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-13 13:40:16 UTC (rev 468717)
+++ PKGBUILD    2023-02-13 13:40:26 UTC (rev 468718)
@@ -1,38 +0,0 @@
-# Maintainer: Tobias Powalowski <[email protected]>
-# Contributor: Christian Hesse <[email protected]>
-# Contributor: Marco A Rojas <marquicus at gmail dot com>
-# Contributor: Ng Oon-Ee <[email protected]>
-# Contributor: Thomas Burdick <[email protected]>
-
-pkgname=tevent
-pkgver=0.14.0
-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' 'cmocka')
-optdepends=('python: for python bindings')
-provides=(libtevent.so)
-validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key <[email protected]>
-sha512sums=('5e9525b2f8f8014d1147244dcccd6cf5ac49e383c49b19480ac1256dc7ccf60705960e87b8f63348fca3f4f496861f3d307ee5e0fde8189d93a596c5e689f2b1'
-            '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 468717, 
tevent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-13 13:40:26 UTC (rev 468718)
@@ -0,0 +1,38 @@
+# Maintainer: Tobias Powalowski <[email protected]>
+# Contributor: Christian Hesse <[email protected]>
+# Contributor: Marco A Rojas <marquicus at gmail dot com>
+# Contributor: Ng Oon-Ee <[email protected]>
+# Contributor: Thomas Burdick <[email protected]>
+
+pkgname=tevent
+pkgver=0.14.1
+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' 'cmocka')
+optdepends=('python: for python bindings')
+provides=(libtevent.so)
+validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library 
Distribution Key <[email protected]>
+sha512sums=('0bcc87c10f84e947edad8f8c31f3923253c599b7a69a1db1c21ab292e02937ccb8bad9f0f70e27420ead687aaed1a9b3830b6daa903b8a9bd48cc035a6e5f4ec'
+            '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:

Reply via email to