[arch-commits] Commit in laptop-detect/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Mar 19 10:50:09 UTC 2020
Date: Thursday, March 19, 2020 @ 10:50:08
Author: felixonmars
Revision: 600781
archrelease: copy trunk to community-any
Added:
laptop-detect/repos/community-any/PKGBUILD
(from rev 600780, laptop-detect/trunk/PKGBUILD)
Deleted:
laptop-detect/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-19 10:49:51 UTC (rev 600780)
+++ PKGBUILD 2020-03-19 10:50:08 UTC (rev 600781)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Sébastien Luttringer
-# Contributor: Bartek Piotrowski <barthalion at gmail.com>
-# Contributor: cromo <dawid at klej.net>
-
-pkgname=laptop-detect
-pkgver=0.15
-pkgrel=1
-pkgdesc='Attempts to detect a laptop'
-arch=('any')
-url='https://packages.qa.debian.org/l/laptop-detect.html'
-license=('BSD')
-depends=('dmidecode' 'sh')
-source=("https://gitlab.com/debiants/laptop-detect/-/archive/debian/$pkgver/laptop-detect-debian-$pkgver.tar.bz2")
-sha512sums=('5e6ace66b89ee193fad37eb30b61136b6be4d5ead6d427ea6eb3d2913aa0136d61251ec4d66e20b8213beeebf54b8ae46349b04a08cc29076f8476efec15aa40')
-
-prepare() {
- cd $pkgname-debian-$pkgver
- sed -e "s/@VERSION@/$pkgver/g" < laptop-detect.in > laptop-detect
-}
-
-package() {
- cd $pkgname-debian-$pkgver
- install -Dm755 laptop-detect -t "$pkgdir"/usr/bin/
- install -Dm644 laptop-detect.1 -t "$pkgdir"/usr/share/man/man1/
- install -Dm644 debian/copyright -t "$pkgdir"/usr/share/licenses/$pkgname/
-}
-
-# vim:set ts=2 sw=2 et:
Copied: laptop-detect/repos/community-any/PKGBUILD (from rev 600780, laptop-detect/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-19 10:50:08 UTC (rev 600781)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Sébastien Luttringer
+# Contributor: Bartek Piotrowski <barthalion at gmail.com>
+# Contributor: cromo <dawid at klej.net>
+
+pkgname=laptop-detect
+pkgver=0.16
+pkgrel=1
+pkgdesc='Attempts to detect a laptop'
+arch=('any')
+url='https://packages.qa.debian.org/l/laptop-detect.html'
+license=('BSD')
+depends=('dmidecode' 'sh')
+source=("https://gitlab.com/debiants/laptop-detect/-/archive/debian/$pkgver/laptop-detect-debian-$pkgver.tar.bz2")
+sha512sums=('9f3fbdaf975e8860e8be35b26773210eb54d63c6d45be53ee1a4e1b81f05e2efe3791dbf0dc83c8d6b798276fae5fc69fd1c97ed03a587c994cbd6a62da20abe')
+
+prepare() {
+ cd $pkgname-debian-$pkgver
+ sed -e "s/@VERSION@/$pkgver/g" < laptop-detect.in > laptop-detect
+}
+
+package() {
+ cd $pkgname-debian-$pkgver
+ install -Dm755 laptop-detect -t "$pkgdir"/usr/bin/
+ install -Dm644 laptop-detect.1 -t "$pkgdir"/usr/share/man/man1/
+ install -Dm644 debian/copyright -t "$pkgdir"/usr/share/licenses/$pkgname/
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list