[arch-commits] Commit in memconf/repos/community-any (PKGBUILD PKGBUILD)

Martin Wimpress flexiondotorg at archlinux.org
Mon Mar 30 14:08:10 UTC 2015


    Date: Monday, March 30, 2015 @ 16:08:10
  Author: flexiondotorg
Revision: 130299

archrelease: copy trunk to community-any

Added:
  memconf/repos/community-any/PKGBUILD
    (from rev 130298, memconf/trunk/PKGBUILD)
Deleted:
  memconf/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-30 14:08:05 UTC (rev 130298)
+++ PKGBUILD	2015-03-30 14:08:10 UTC (rev 130299)
@@ -1,23 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress <code at flexion.org>
-
-pkgname=memconf
-pkgver=3.04
-pkgrel=2
-pkgdesc="Identify sizes of installed memory modules."
-arch=('any')
-url="http://www.4schmidts.com/memconf.html"
-license=('GPL')
-depends=('dmidecode' 'perl')
-source=("http://www.4schmidts.com/unix/${pkgname}.gz")
-sha1sums=('7aead92123da4a9a8baf17f73cda657551c396fd')
-
-build() {
-    cd "${srcdir}"
-    zcat ${pkgname}.gz > "${pkgname}"
-}
-
-package() {
-    cd "${srcdir}"
-    install -D -m 0755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-}

Copied: memconf/repos/community-any/PKGBUILD (from rev 130298, memconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-03-30 14:08:10 UTC (rev 130299)
@@ -0,0 +1,23 @@
+# $Id:
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=memconf
+pkgver=3.06
+pkgrel=1
+pkgdesc="Identify sizes of installed memory modules."
+arch=('any')
+url="http://www.4schmidts.com/memconf.html"
+license=('GPL')
+depends=('dmidecode' 'perl')
+source=("http://www.4schmidts.com/unix/${pkgname}.gz")
+sha1sums=('29334f677831d1ac1d1aa1d49a5013dc52564870')
+
+build() {
+    cd "${srcdir}"
+    zcat ${pkgname}.gz > "${pkgname}"
+}
+
+package() {
+    cd "${srcdir}"
+    install -D -m 0755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+}



More information about the arch-commits mailing list