Date: Thursday, October 6, 2022 @ 17:06:19
  Author: jelle
Revision: 1322796

archrelease: copy trunk to community-x86_64

Added:
  uboot-tools/repos/community-x86_64/PKGBUILD
    (from rev 1322795, uboot-tools/trunk/PKGBUILD)
  uboot-tools/repos/community-x86_64/keys/
Deleted:
  uboot-tools/repos/community-x86_64/PKGBUILD
  uboot-tools/repos/community-x86_64/keys/

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-06 17:06:11 UTC (rev 1322795)
+++ PKGBUILD    2022-10-06 17:06:19 UTC (rev 1322796)
@@ -1,31 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass <be...@bi-co.net>
-# Contributor: Philipp Schrader <philipp.schrader+a...@gmail.com>
-
-pkgname=uboot-tools
-pkgver=2022.07
-pkgrel=1
-pkgdesc='U-Boot bootloader utility tools'
-arch=(x86_64)
-url='https://www.denx.de/wiki/U-Boot/WebHome'
-license=(GPL)
-depends=(openssl)
-makedepends=(python swig)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
-validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
-options=(!lto)
-sha1sums=('e49d94eb93c560b23b62d477db7b6906492e7d7e'
-          'SKIP')
-
-build() {
-  cd u-boot-$pkgver
-  make defconfig
-  make tools-all KBUILD_HOSTLDFLAGS=${LDFLAGS}
-}
-
-package() {
-  install -m 755 -d "$pkgdir"/usr/bin
-  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
-  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
-  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
-}

Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 1322795, 
uboot-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-06 17:06:19 UTC (rev 1322796)
@@ -0,0 +1,31 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass <be...@bi-co.net>
+# Contributor: Philipp Schrader <philipp.schrader+a...@gmail.com>
+
+pkgname=uboot-tools
+pkgver=2022.10
+pkgrel=1
+pkgdesc='U-Boot bootloader utility tools'
+arch=(x86_64)
+url='https://www.denx.de/wiki/U-Boot/WebHome'
+license=(GPL)
+depends=(openssl)
+makedepends=(python swig)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
+validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
+options=(!lto)
+sha1sums=('7b4cab68c38c3f449f80eabb63183a271405f6b4'
+          'SKIP')
+
+build() {
+  cd u-boot-$pkgver
+  make defconfig
+  make tools-all KBUILD_HOSTLDFLAGS=${LDFLAGS}
+}
+
+package() {
+  install -m 755 -d "$pkgdir"/usr/bin
+  install -m 755 -t "$pkgdir"/usr/bin/ 
u-boot-$pkgver/tools/{mk{,env}image,env/fw_printenv,img2srec,dumpimage,netconsole,jtagconsole,ncb}
+  ln -s fw_printenv "$pkgdir"/usr/bin/fw_setenv
+  install -m 644 -D u-boot-$pkgver/doc/mkimage.1 
"$pkgdir"/usr/share/man/man1/mkimage.1
+}

Reply via email to