[arch-commits] Commit in mhash/repos/community-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jun 4 14:02:27 UTC 2018
Date: Monday, June 4, 2018 @ 14:02:26
Author: felixonmars
Revision: 340348
archrelease: copy trunk to community-x86_64
Added:
mhash/repos/community-x86_64/PKGBUILD
(from rev 340347, mhash/trunk/PKGBUILD)
Deleted:
mhash/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-06-04 14:02:06 UTC (rev 340347)
+++ PKGBUILD 2018-06-04 14:02:26 UTC (rev 340348)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: gregor <gregor at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=mhash
-pkgver=0.9.9.9
-pkgrel=3
-pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA1, HAVAL, etc)"
-arch=('i686' 'x86_64')
-url="http://mhash.sourceforge.net/"
-license=('LGPL')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('f91c74f9ccab2b574a98be5bc31eb280')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
Copied: mhash/repos/community-x86_64/PKGBUILD (from rev 340347, mhash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-06-04 14:02:26 UTC (rev 340348)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: gregor <gregor at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=mhash
+pkgver=0.9.9.9
+pkgrel=4
+pkgdesc="A thread-safe hash library which provides a uniform interface to hash algorithms (MD5, SHA1, HAVAL, etc)"
+arch=('x86_64')
+url="http://mhash.sourceforge.net/"
+license=('LGPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/mhash/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('3b063d258cb0e7c2fa21ed30abae97bd6f3630ecd1cb4698afb826aa747555f3cf884828f24ac5e2b203730d0c7c0ecc9ef1e724ad9d85769a2f66128f3072eb')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list