[arch-commits] Commit in sunxi-tools/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Aug 12 14:27:02 UTC 2017


    Date: Saturday, August 12, 2017 @ 14:27:01
  Author: jelle
Revision: 250004

Fix FS#54469

Add misc-tools

Modified:
  sunxi-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-12 14:23:17 UTC (rev 250003)
+++ PKGBUILD	2017-08-12 14:27:01 UTC (rev 250004)
@@ -3,7 +3,7 @@
 
 pkgname=sunxi-tools
 pkgver=1.4.2
-pkgrel=1
+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"
@@ -15,9 +15,11 @@
 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