[arch-commits] Commit in libetpan/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Wed Jan 23 15:49:32 UTC 2019


    Date: Wednesday, January 23, 2019 @ 15:49:31
  Author: andyrtr
Revision: 344631

archrelease: copy trunk to extra-x86_64

Added:
  libetpan/repos/extra-x86_64/PKGBUILD
    (from rev 344630, libetpan/trunk/PKGBUILD)
Deleted:
  libetpan/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-23 15:49:24 UTC (rev 344630)
+++ PKGBUILD	2019-01-23 15:49:31 UTC (rev 344631)
@@ -1,45 +0,0 @@
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=libetpan
-pkgver=1.9.2
-pkgrel=1
-pkgdesc="A portable middleware for email access"
-arch=('x86_64')
-url="http://www.etpan.org/libetpan.html"
-license=("custom:etpan")
-depends=('libgcrypt' 'gnutls' 'libsasl' 'zlib')
-makedepends=('expat')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('45a3bef81ae1818b8feb67cd1f016e774247d7b03804d162196e5071c82304ab')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  libtoolize --force --copy
-  aclocal -I m4
-  autoheader
-  autoconf
-  automake --add-missing --foreign --force --copy
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-    --disable-static \
-    --disable-db \
-    --with-openssl=no \
-    --with-gnutls=yes
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check
-  cd tests
-  make imap-sample
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
-}

Copied: libetpan/repos/extra-x86_64/PKGBUILD (from rev 344630, libetpan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-23 15:49:31 UTC (rev 344631)
@@ -0,0 +1,45 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=libetpan
+pkgver=1.9.3
+pkgrel=1
+pkgdesc="A portable middleware for email access"
+arch=('x86_64')
+url="http://www.etpan.org/libetpan.html"
+license=("custom:etpan")
+depends=('libgcrypt' 'gnutls' 'libsasl' 'zlib')
+makedepends=('expat')
+source=($pkgname-$pkgver.tar.gz::https://github.com/dinhviethoa/${pkgname}/archive/${pkgver}.tar.gz)
+sha256sums=('591f97d5102f600e668502fe1dd5a341e910a840d8ea62e689a3a79d8bfbac87')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  libtoolize --force --copy
+  aclocal -I m4
+  autoheader
+  autoconf
+  automake --add-missing --foreign --force --copy
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --disable-static \
+    --disable-db \
+    --with-openssl=no \
+    --with-gnutls=yes
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+  cd tests
+  make imap-sample
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYRIGHT ${pkgdir}/usr/share/licenses/$pkgname/license.txt
+}



More information about the arch-commits mailing list