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

Kyle Keen kkeen at archlinux.org
Sat May 9 07:15:29 UTC 2020


    Date: Saturday, May 9, 2020 @ 07:15:28
  Author: kkeen
Revision: 625891

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-09 07:15:14 UTC (rev 625890)
+++ PKGBUILD	2020-05-09 07:15:28 UTC (rev 625891)
@@ -1,27 +0,0 @@
-# $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"
-}

Copied: memconf/repos/community-any/PKGBUILD (from rev 625890, memconf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-09 07:15:28 UTC (rev 625891)
@@ -0,0 +1,26 @@
+# Maintainer : Kyle Keen <keenerd at gmail.com>
+# Contributor : Martin Wimpress <code at flexion.org>
+
+pkgname=memconf
+pkgver=3.15
+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=('5b3112fe459d43b0f7ff5d7a82d048d943b4fd59'
+          '5dd3bd6623061a8cbe9463548c321d81b673b979')
+
+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