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

Kyle Keen kkeen at archlinux.org
Fri Jul 22 14:48:50 UTC 2016


    Date: Friday, July 22, 2016 @ 14:48:50
  Author: kkeen
Revision: 183721

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-22 14:48:09 UTC (rev 183720)
+++ PKGBUILD	2016-07-22 14:48:50 UTC (rev 183721)
@@ -1,23 +0,0 @@
-# $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}"
-}

Copied: memconf/repos/community-any/PKGBUILD (from rev 183720, memconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-22 14:48:50 UTC (rev 183721)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=memconf
+pkgver=3.10
+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=('5fd57edfdc3ae8f79b2b76e8fa20eae4780634fe')
+
+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