Date: Saturday, October 26, 2019 @ 19:37:07
  Author: eworm
Revision: 520462

archrelease: copy trunk to community-x86_64

Added:
  libmicrohttpd/repos/community-x86_64/PKGBUILD
    (from rev 520461, libmicrohttpd/trunk/PKGBUILD)
Deleted:
  libmicrohttpd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-10-26 19:37:03 UTC (rev 520461)
+++ PKGBUILD    2019-10-26 19:37:07 UTC (rev 520462)
@@ -1,44 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: Norberto Lopes <[email protected]>
-# Contributor: Kao Dome <[email protected]>
-# Contributor: Dmitrij D. Czarkoff <[email protected]>
-# Contributor: Mathias Rohnstock <[email protected]>
-
-pkgname=libmicrohttpd
-pkgver=0.9.67
-pkgrel=1
-pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
-arch=('x86_64')
-url="https://www.gnu.org/software/libmicrohttpd/";
-license=('LGPL')
-depends=('gnutls')
-checkdepends=('curl')
-validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) <[email protected]>
-              'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 
<[email protected]>
-source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('7e1f852723d099d4827d7ebde4d02dd00fd8da62149526fdb9fae058c5a60495'
-            'SKIP')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
-    --prefix=/usr \
-    --disable-dependency-tracking \
-    --disable-examples \
-    --enable-curl \
-    --enable-https \
-    --enable-largefile \
-    --enable-messages \
-    --with-pic
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: libmicrohttpd/repos/community-x86_64/PKGBUILD (from rev 520461, 
libmicrohttpd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-10-26 19:37:07 UTC (rev 520462)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: Norberto Lopes <[email protected]>
+# Contributor: Kao Dome <[email protected]>
+# Contributor: Dmitrij D. Czarkoff <[email protected]>
+# Contributor: Mathias Rohnstock <[email protected]>
+
+pkgname=libmicrohttpd
+pkgver=0.9.68
+pkgrel=1
+pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
+arch=('x86_64')
+url="https://www.gnu.org/software/libmicrohttpd/";
+license=('LGPL')
+depends=('gnutls')
+checkdepends=('curl')
+validpgpkeys=('EA812DBEFA5A7EF17DA8F2C1460A317C3326D2AE'  # Evgeny Grin 
(Karlson2k) <[email protected]>
+              'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 
<[email protected]>
+source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('c5716e2a2899abc9e16c8fa7a1a58da88f81aca96a0b7e68a5d4d89e21610b61'
+            'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+    --prefix=/usr \
+    --disable-dependency-tracking \
+    --disable-examples \
+    --enable-curl \
+    --enable-https \
+    --enable-largefile \
+    --enable-messages \
+    --with-pic
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}

Reply via email to