[arch-commits] Commit in libev/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Dec 24 00:24:51 UTC 2019


    Date: Tuesday, December 24, 2019 @ 00:24:50
  Author: arojas
Revision: 539674

archrelease: copy trunk to community-x86_64

Added:
  libev/repos/community-x86_64/PKGBUILD
    (from rev 539673, libev/trunk/PKGBUILD)
Deleted:
  libev/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-24 00:24:29 UTC (rev 539673)
+++ PKGBUILD	2019-12-24 00:24:50 UTC (rev 539674)
@@ -1,37 +0,0 @@
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Thomas Haider <t.haider at vcnc.org>
-
-pkgname=libev
-pkgver=4.27
-pkgrel=1
-pkgdesc="A full-featured and high-performance event loop"
-arch=('x86_64')
-url="https://software.schmorp.de/pkg/libev.html"
-license=('BSD')
-depends=('glibc')
-source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('b67aff18f6f1ffec4422e188c98d9fe458c5ed0b')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  # fix conflict with libevent
-  rm "${pkgdir}"/usr/include/event.h
-  
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libev/repos/community-x86_64/PKGBUILD (from rev 539673, libev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-12-24 00:24:50 UTC (rev 539674)
@@ -0,0 +1,37 @@
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: Thomas Haider <t.haider at vcnc.org>
+
+pkgname=libev
+pkgver=4.31
+pkgrel=1
+pkgdesc="A full-featured and high-performance event loop"
+arch=('x86_64')
+url="https://software.schmorp.de/pkg/libev.html"
+license=('BSD')
+depends=('glibc')
+source=(http://dist.schmorp.de/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('41a70861053eaed07bdb9b1dfcff24fb390803b9')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # fix conflict with libevent
+  rm "${pkgdir}"/usr/include/event.h
+  
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}



More information about the arch-commits mailing list