[arch-commits] Commit in sunxi-tools/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Thu May 7 12:02:55 UTC 2020


    Date: Thursday, May 7, 2020 @ 12:02:55
  Author: jelle
Revision: 625339

archrelease: copy trunk to community-x86_64

Added:
  sunxi-tools/repos/community-x86_64/PKGBUILD
    (from rev 625338, sunxi-tools/trunk/PKGBUILD)
Deleted:
  sunxi-tools/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-07 12:02:43 UTC (rev 625338)
+++ PKGBUILD	2020-05-07 12:02:55 UTC (rev 625339)
@@ -1,25 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at archlinux.org>
-# Contributor: Marco Kundt <mrckndt at gmail.com>
-
-pkgname=sunxi-tools
-pkgver=1.4.2
-pkgrel=2
-pkgdesc="A collection of command line tools for ARM devices with Allwinner SoCs"
-arch=('i686' 'x86_64')
-url="https://github.com/linux-sunxi/sunxi-tools"
-license=('GPL')
-depends=(libusb)
-source=(https://github.com/linux-sunxi/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-  make misc
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  PREFIX="$pkgdir/usr" make install
-  PREFIX="$pkgdir/usr" make install-misc
-}

Copied: sunxi-tools/repos/community-x86_64/PKGBUILD (from rev 625338, sunxi-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-07 12:02:55 UTC (rev 625339)
@@ -0,0 +1,25 @@
+# Maintainer: Jelle van der Waa <jelle at archlinux.org>
+# Contributor: Marco Kundt <mrckndt at gmail.com>
+
+pkgname=sunxi-tools
+pkgver=1.4.2
+pkgrel=3
+pkgdesc="A collection of command line tools for ARM devices with Allwinner SoCs"
+arch=('x86_64')
+url="https://github.com/linux-sunxi/sunxi-tools"
+license=('GPL')
+depends=(libusb)
+source=($pkgname-$pkgver.tar.gz::https://github.com/linux-sunxi/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('81f48014a520cb83cac4e17f5ae627a637c4d6a422b60c693c5a705c92e43822')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+  make misc
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  PREFIX="$pkgdir/usr" make install
+  PREFIX="$pkgdir/usr" make install-misc
+}



More information about the arch-commits mailing list