[arch-commits] Commit in libmcrypt/trunk (PKGBUILD)

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 10:47:38
  Author: felixonmars
Revision: 384189

upgpkg: libmcrypt 2.5.8-6: reproducibility rebuild

Modified:
  libmcrypt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 10:46:50 UTC (rev 384188)
+++ PKGBUILD2020-05-16 10:47:38 UTC (rev 384189)
@@ -4,7 +4,7 @@
 
 pkgname=libmcrypt
 pkgver=2.5.8
-pkgrel=5
+pkgrel=6
 pkgdesc="A library which provides a uniform interface to several symmetric 
encryption algorithms"
 url="http://mcrypt.sourceforge.net/";
 arch=('x86_64')


[arch-commits] Commit in libmcrypt/trunk (PKGBUILD)

2019-04-10 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 10, 2019 @ 20:14:57
  Author: arojas
Revision: 350538

https

Modified:
  libmcrypt/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-10 20:13:49 UTC (rev 350537)
+++ PKGBUILD2019-04-10 20:14:57 UTC (rev 350538)
@@ -11,21 +11,21 @@
 license=('GPL')
 depends=('glibc')
 options=('!emptydirs')
-source=("http://downloads.sourceforge.net/mcrypt/${pkgname}-${pkgver}.tar.bz2";)
+source=("https://downloads.sourceforge.net/mcrypt/${pkgname}-${pkgver}.tar.bz2";)
 
sha512sums=('6c05c42767401d66af67b0922b207d17cdb1c3efdbfdfb5b0c2e651821c48a8a6c6749debfa0206091b8a801f538fabe9f7d95ebc86d82c6b84c8001031d50fe')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }
 
 check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in libmcrypt/trunk (PKGBUILD)

2018-06-04 Thread Felix Yan via arch-commits
Date: Monday, June 4, 2018 @ 13:38:40
  Author: felixonmars
Revision: 325788

upgpkg: libmcrypt 2.5.8-5

BUILDINFO Rebuild

Modified:
  libmcrypt/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-04 13:38:09 UTC (rev 325787)
+++ PKGBUILD2018-06-04 13:38:40 UTC (rev 325788)
@@ -5,7 +5,7 @@
 
 pkgname=libmcrypt
 pkgver=2.5.8
-pkgrel=4
+pkgrel=5
 pkgdesc="A library which provides a uniform interface to several symmetric 
encryption algorithms"
 url="http://mcrypt.sourceforge.net/";
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc')
 options=('!emptydirs')
 source=("http://downloads.sourceforge.net/mcrypt/${pkgname}-${pkgver}.tar.bz2";)
-md5sums=('c4f491dd411a09e9de3b8702ea6f73eb')
+sha512sums=('6c05c42767401d66af67b0922b207d17cdb1c3efdbfdfb5b0c2e651821c48a8a6c6749debfa0206091b8a801f538fabe9f7d95ebc86d82c6b84c8001031d50fe')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}


[arch-commits] Commit in libmcrypt/trunk (PKGBUILD)

2014-07-02 Thread Felix Yan
Date: Wednesday, July 2, 2014 @ 10:47:26
  Author: fyan
Revision: 216210

upgpkg: libmcrypt 2.5.8-4

mtree rebuild

Modified:
  libmcrypt/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-02 08:47:11 UTC (rev 216209)
+++ PKGBUILD2014-07-02 08:47:26 UTC (rev 216210)
@@ -5,7 +5,7 @@
 
 pkgname=libmcrypt
 pkgver=2.5.8
-pkgrel=3
+pkgrel=4
 pkgdesc="A library which provides a uniform interface to several symmetric 
encryption algorithms"
 url="http://mcrypt.sourceforge.net/";
 arch=('i686' 'x86_64')



[arch-commits] Commit in libmcrypt/trunk (PKGBUILD)

2011-09-04 Thread Pierre Schmitz
Date: Sunday, September 4, 2011 @ 07:34:26
  Author: pierre
Revision: 136969

upgpkg: libmcrypt 2.5.8-3

rebuild of old package

Modified:
  libmcrypt/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 14 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-09-04 09:29:49 UTC (rev 136968)
+++ PKGBUILD2011-09-04 11:34:26 UTC (rev 136969)
@@ -5,20 +5,28 @@
 
 pkgname=libmcrypt
 pkgver=2.5.8
-pkgrel=2
+pkgrel=3
 pkgdesc="A library which provides a uniform interface to several symmetric 
encryption algorithms"
 url="http://mcrypt.sourceforge.net/";
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
 license=('GPL')
 depends=('glibc')
-options=('!libtool')
-source=(http://downloads.sourceforge.net/mcrypt/${pkgname}-${pkgver}.tar.bz2)
+options=('!libtool' '!emptydirs')
+source=("http://downloads.sourceforge.net/mcrypt/${pkgname}-${pkgver}.tar.bz2";)
 md5sums=('c4f491dd411a09e9de3b8702ea6f73eb')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
 
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make || return 1
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make DESTDIR=${pkgdir} install
 }