[arch-commits] Commit in tevent/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 15:19:01 UTC 2021
Date: Thursday, December 2, 2021 @ 15:19:01
Author: foutrelis
Revision: 430298
archrelease: copy trunk to staging-x86_64
Added:
tevent/repos/staging-x86_64/PKGBUILD
(from rev 430297, tevent/trunk/PKGBUILD)
Deleted:
tevent/repos/staging-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 15:18:58 UTC (rev 430297)
+++ PKGBUILD 2021-12-02 15:19:01 UTC (rev 430298)
@@ -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.11.0
-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' 'cmocka')
-optdepends=('python: for python bindings')
-provides=(libtevent.so)
-validpgpkeys=('9147A339719518EE9011BCB54793916113084025') # Samba Library Distribution Key <samba-bugs at samba.org>
-sha512sums=('740346b19bf290ff31b0c1b36e232021b8ad107c3ce27e0e8b1ec1a77485214b07a9b7837ba57f3650a50e4c04f530674e486b5fa4d118a1778259be63b49790'
- '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/staging-x86_64/PKGBUILD (from rev 430297, tevent/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 15:19:01 UTC (rev 430298)
@@ -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.11.0
+pkgrel=3
+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 <samba-bugs at samba.org>
+sha512sums=('740346b19bf290ff31b0c1b36e232021b8ad107c3ce27e0e8b1ec1a77485214b07a9b7837ba57f3650a50e4c04f530674e486b5fa4d118a1778259be63b49790'
+ '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