Date: Sunday, November 13, 2016 @ 18:56:49 Author: jelle Revision: 195531
archrelease: copy trunk to community-i686, community-x86_64 Added: sunxi-tools/repos/community-i686/PKGBUILD (from rev 195530, sunxi-tools/trunk/PKGBUILD) sunxi-tools/repos/community-x86_64/PKGBUILD (from rev 195530, sunxi-tools/trunk/PKGBUILD) Deleted: sunxi-tools/repos/community-i686/PKGBUILD sunxi-tools/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 46 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 23 ---------------------- community-x86_64/PKGBUILD | 23 ---------------------- 3 files changed, 46 insertions(+), 46 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-11-13 18:56:36 UTC (rev 195530) +++ community-i686/PKGBUILD 2016-11-13 18:56:49 UTC (rev 195531) @@ -1,23 +0,0 @@ -# Maintainer: Jelle van der Waa <je...@archlinux.org> -# Contributor: Marco Kundt <mrck...@gmail.com> - -pkgname=sunxi-tools -pkgver=1.4 -pkgrel=1 -pkgdesc="Tools to help hacking Allwinner devices." -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=('f80e6cd5f2d61d57d4f0e68b345e2a42aac206350be0680d233c494e3a13a7c3') - -build() { - cd ${pkgname}-${pkgver} - make -} - -package() { - cd ${pkgname}-${pkgver} - PREFIX="$pkgdir/usr" make install -} Copied: sunxi-tools/repos/community-i686/PKGBUILD (from rev 195530, sunxi-tools/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-11-13 18:56:49 UTC (rev 195531) @@ -0,0 +1,23 @@ +# Maintainer: Jelle van der Waa <je...@archlinux.org> +# Contributor: Marco Kundt <mrck...@gmail.com> + +pkgname=sunxi-tools +pkgver=1.4.1 +pkgrel=1 +pkgdesc="Tools to help hacking Allwinner devices." +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=('da5d762608517b4b2e9bd392bd9a63afae3973d9c8264cbcfb757ddac8120d1b') + +build() { + cd ${pkgname}-${pkgver} + make +} + +package() { + cd ${pkgname}-${pkgver} + PREFIX="$pkgdir/usr" make install +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-11-13 18:56:36 UTC (rev 195530) +++ community-x86_64/PKGBUILD 2016-11-13 18:56:49 UTC (rev 195531) @@ -1,23 +0,0 @@ -# Maintainer: Jelle van der Waa <je...@archlinux.org> -# Contributor: Marco Kundt <mrck...@gmail.com> - -pkgname=sunxi-tools -pkgver=1.4 -pkgrel=1 -pkgdesc="Tools to help hacking Allwinner devices." -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=('f80e6cd5f2d61d57d4f0e68b345e2a42aac206350be0680d233c494e3a13a7c3') - -build() { - cd ${pkgname}-${pkgver} - make -} - -package() { - cd ${pkgname}-${pkgver} - PREFIX="$pkgdir/usr" make install -} Copied: sunxi-tools/repos/community-x86_64/PKGBUILD (from rev 195530, sunxi-tools/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-11-13 18:56:49 UTC (rev 195531) @@ -0,0 +1,23 @@ +# Maintainer: Jelle van der Waa <je...@archlinux.org> +# Contributor: Marco Kundt <mrck...@gmail.com> + +pkgname=sunxi-tools +pkgver=1.4.1 +pkgrel=1 +pkgdesc="Tools to help hacking Allwinner devices." +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=('da5d762608517b4b2e9bd392bd9a63afae3973d9c8264cbcfb757ddac8120d1b') + +build() { + cd ${pkgname}-${pkgver} + make +} + +package() { + cd ${pkgname}-${pkgver} + PREFIX="$pkgdir/usr" make install +}