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

Antonio Rojas arojas at archlinux.org
Wed Apr 10 20:14:57 UTC 2019


    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
===================================================================
--- PKGBUILD	2019-04-10 20:13:49 UTC (rev 350537)
+++ PKGBUILD	2019-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
 }



More information about the arch-commits mailing list