Date: Tuesday, March 21, 2023 @ 20:15:21
Author: jelle
Revision: 471702
archrelease: copy trunk to extra-x86_64
Added:
dmidecode/repos/extra-x86_64/PKGBUILD
(from rev 471701, dmidecode/trunk/PKGBUILD)
dmidecode/repos/extra-x86_64/keys/
Deleted:
dmidecode/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 57 +++++++++++++++++++++++++++++----------------------------
1 file changed, 29 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-21 20:15:13 UTC (rev 471701)
+++ PKGBUILD 2023-03-21 20:15:21 UTC (rev 471702)
@@ -1,28 +0,0 @@
-# Maintainer: Giovanni Scafora <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-
-pkgname=dmidecode
-pkgver=3.4
-pkgrel=1
-pkgdesc="Desktop Management Interface table related utilities"
-arch=('x86_64')
-url="https://www.nongnu.org/dmidecode"
-license=('GPL')
-depends=('glibc')
-source=("https://download.savannah.nongnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('43cba851d8467c9979ccdbeab192eb6638c7d3a697eba5ddb779da8837542212'
- 'SKIP')
-validpgpkeys=('7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A') # Jean Delvare
(kernel.org) <[email protected]>
-
-build() {
- cd ${pkgname}-${pkgver}
-
- sed -i "s:sbin:bin:g" Makefile
- make prefix=/usr CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
-}
-
-package() {
- cd ${pkgname}-${pkgver}
-
- make prefix=/usr DESTDIR="${pkgdir}" install
-}
Copied: dmidecode/repos/extra-x86_64/PKGBUILD (from rev 471701,
dmidecode/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-21 20:15:21 UTC (rev 471702)
@@ -0,0 +1,29 @@
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=dmidecode
+pkgver=3.5
+pkgrel=1
+pkgdesc="Desktop Management Interface table related utilities"
+arch=('x86_64')
+url="https://www.nongnu.org/dmidecode"
+license=('GPL')
+depends=('glibc')
+source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+#
source=("https://download.savannah.nongnu.org/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('79d76735ee8e25196e2a722964cf9683f5a09581503537884b256b01389cc073'
+ 'SKIP')
+validpgpkeys=('7CA69F4460F1BDC41FD2C858A5526B9BB3CD4E6A') # Jean Delvare
(kernel.org) <[email protected]>
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ sed -i "s:sbin:bin:g" Makefile
+ make prefix=/usr CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make prefix=/usr DESTDIR="${pkgdir}" install
+}