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

Kyle Keen kkeen at archlinux.org
Sat Nov 25 00:01:09 UTC 2017


    Date: Saturday, November 25, 2017 @ 00:01:08
  Author: kkeen
Revision: 268378

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-25 00:00:51 UTC (rev 268377)
+++ PKGBUILD	2017-11-25 00:01:08 UTC (rev 268378)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer : Kyle Keen <keenerd at gmail.com>
-# Contributor : Martin Wimpress <code at flexion.org>
-
-pkgname=memconf
-pkgver=3.13
-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"
-        "http://www.4schmidts.com/unix/${pkgname}.man")
-sha1sums=('c526a79cbb44875ed1175b472a43ae233bbb34d2'
-          '5bd6704a1567c41983b50f74faea28b1f791c940')
-
-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"
-}

Copied: memconf/repos/community-any/PKGBUILD (from rev 268377, memconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-25 00:01:08 UTC (rev 268378)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer : Kyle Keen <keenerd at gmail.com>
+# Contributor : Martin Wimpress <code at flexion.org>
+
+pkgname=memconf
+pkgver=3.14
+pkgrel=1
+pkgdesc="Identify sizes of installed memory modules."
+arch=('any')
+url="http://www.4schmidts.com/memconf.html"
+license=('GPL')
+depends=('dmidecode' 'perl')
+source=("$pkgname-$pkgver.gz::http://www.4schmidts.com/unix/$pkgname.gz"
+        "$pkgname-$pkgver.man::http://www.4schmidts.com/unix/$pkgname.man")
+sha1sums=('eb2231a5fdb2722d13e03a464fd676cdb339db7d'
+          'c6584b81b3c4051680ac27e7942fa1a06ad90685')
+
+build() {
+    cd "$srcdir"
+    zcat "$pkgname-$pkgver.gz" > "$pkgname"
+}
+
+package() {
+    cd "$srcdir"
+    install -Dm0755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+    install -Dm0755 "$pkgname-$pkgver.man" "$pkgdir/usr/share/man/man1/$pkgname.1"
+}



More information about the arch-commits mailing list