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

Kyle Keen kkeen at archlinux.org
Fri Jul 22 14:57:39 UTC 2016


    Date: Friday, July 22, 2016 @ 14:57:39
  Author: kkeen
Revision: 183725

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-22 14:57:26 UTC (rev 183724)
+++ PKGBUILD	2016-07-22 14:57:39 UTC (rev 183725)
@@ -1,23 +0,0 @@
-# $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}"
-}

Copied: memconf/repos/community-any/PKGBUILD (from rev 183724, memconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-22 14:57:39 UTC (rev 183725)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer : Martin Wimpress <code at flexion.org>
+
+pkgname=memconf
+pkgver=3.10
+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"
+        "http://www.4schmidts.com/unix/${pkgname}.man")
+sha1sums=('5fd57edfdc3ae8f79b2b76e8fa20eae4780634fe'
+          'b48cb1b1e7432b821cb42e869a8611396aab5a76')
+
+build() {
+    cd "${srcdir}"
+    zcat ${pkgname}.gz > "${pkgname}"
+}
+
+package() {
+    cd "${srcdir}"
+    install -Dm0755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+    install -Dm0755 "${pkgname}.man" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}



More information about the arch-commits mailing list