Date: Sunday, February 10, 2019 @ 19:22:19
  Author: eworm
Revision: 431657

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-02-10 19:22:10 UTC (rev 431656)
+++ PKGBUILD    2019-02-10 19:22:19 UTC (rev 431657)
@@ -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.62
-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="http://www.gnu.org/software/libmicrohttpd/";
-license=('LGPL')
-depends=('gnutls')
-checkdepends=('curl')
-validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4'  # Evgeny Grin 
(Karlson2k) <[email protected]>
-              'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 
<[email protected]>
-source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('bd3e097d703f5091a6a01b56c0464a90fdd17f5d50478cea50a346b25c88db49'
-            '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 431656, 
libmicrohttpd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-02-10 19:22:19 UTC (rev 431657)
@@ -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.63
+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=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4'  # Evgeny Grin 
(Karlson2k) <[email protected]>
+              'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 
<[email protected]>
+source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('37c36f1be177f0e37ef181a645cd3baac1000bd322a01c2eff70f3cc8c91749c'
+            '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