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

Sébastien Luttringer seblu at archlinux.org
Sat Dec 31 14:16:00 UTC 2016


    Date: Saturday, December 31, 2016 @ 14:16:00
  Author: seblu
Revision: 203378

archrelease: copy trunk to community-any

Added:
  laptop-detect/repos/community-any/PKGBUILD
    (from rev 203377, laptop-detect/trunk/PKGBUILD)
Deleted:
  laptop-detect/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-31 14:15:50 UTC (rev 203377)
+++ PKGBUILD	2016-12-31 14:16:00 UTC (rev 203378)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Bartek Piotrowski <barthalion at gmail.com>
-# Contributor: cromo <dawid at klej.net>
-
-pkgname=laptop-detect
-pkgver=0.13.7
-pkgrel=4
-pkgdesc='Attempts to detect a laptop'
-arch=('any')
-url='http://packages.qa.debian.org/l/laptop-detect.html'
-license=('BSD')
-depends=('dmidecode')
-source=("http://ftp.debian.org/debian/pool/main/l/$pkgname/${pkgname}_$pkgver.tar.gz")
-md5sums=('b5b3dab84ca03b66c8501dc8a98f9c91')
-
-prepare() {
-  cd $pkgname
-  sed -e "s/@VERSION@/$pkgver/g" < laptop-detect.in > laptop-detect
-}
-
-package() {
-  cd $pkgname
-  install -D -m755 laptop-detect "$pkgdir/usr/bin/laptop-detect"
-  install -D -m644 laptop-detect.8 "$pkgdir/usr/share/man/man8/laptop-detect.8"
-  install -D -m644 debian/copyright "$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: laptop-detect/repos/community-any/PKGBUILD (from rev 203377, laptop-detect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-12-31 14:16:00 UTC (rev 203378)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Bartek Piotrowski <barthalion at gmail.com>
+# Contributor: cromo <dawid at klej.net>
+
+pkgname=laptop-detect
+pkgver=0.13.8
+pkgrel=1
+pkgdesc='Attempts to detect a laptop'
+arch=('any')
+url='https://packages.qa.debian.org/l/laptop-detect.html'
+license=('BSD')
+depends=('dmidecode')
+source=("http://ftp.debian.org/debian/pool/main/l/$pkgname/${pkgname}_$pkgver.tar.xz")
+md5sums=('c289fdffe6954701eced7c51c704dd0c')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e "s/@VERSION@/$pkgver/g" < laptop-detect.in > laptop-detect
+}
+
+package() {
+  cd $pkgname-$pkgver
+  install -D -m755 laptop-detect "$pkgdir/usr/bin/laptop-detect"
+  install -D -m644 laptop-detect.8 "$pkgdir/usr/share/man/man8/laptop-detect.8"
+  install -D -m644 debian/copyright "$pkgdir/usr/share/licenses/$pkgname/copyright"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list