Date: Saturday, April 8, 2023 @ 14:56:15
  Author: jelle
Revision: 1442657

archrelease: copy trunk to community-x86_64

Added:
  uboot-tools/repos/community-x86_64/PKGBUILD
    (from rev 1442655, 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 |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-08 14:56:11 UTC (rev 1442656)
+++ PKGBUILD    2023-04-08 14:56:15 UTC (rev 1442657)
@@ -1,33 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Michael Lass <[email protected]>
-# Contributor: Philipp Schrader <[email protected]>
-
-pkgname=uboot-tools
-pkgver=2023.01
-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 python-setuptools swig)
-source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
-validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
-options=(!lto)
-sha1sums=('d0400569f5f2dfccf608895fd63c66bc2ef0353e'
-          'SKIP')
-sha256sums=('69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f'
-            '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 -Dt "$pkgdir"/usr/share/man/man1/ 
u-boot-$pkgver/doc/{mkimage,dumpimage}.1
-}

Copied: uboot-tools/repos/community-x86_64/PKGBUILD (from rev 1442655, 
uboot-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-08 14:56:15 UTC (rev 1442657)
@@ -0,0 +1,33 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Michael Lass <[email protected]>
+# Contributor: Philipp Schrader <[email protected]>
+
+pkgname=uboot-tools
+pkgver=2023.04
+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 python-setuptools swig)
+source=(ftp://ftp.denx.de/pub/u-boot/u-boot-$pkgver.tar.bz2{,.sig})
+validpgpkeys=('1A3C7F70E08FAB1707809BBF147C39FF9634B72C')
+options=(!lto)
+sha1sums=('bc1611b41702fd0164eaf12bdb5348fb799e576d'
+          'SKIP')
+sha256sums=('e31cac91545ff41b71cec5d8c22afd695645cd6e2a442ccdacacd60534069341'
+            '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 -Dt "$pkgdir"/usr/share/man/man1/ 
u-boot-$pkgver/doc/{mkimage,dumpimage}.1
+}

Reply via email to