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

David Runge dvzrv at gemini.archlinux.org
Fri Apr 22 21:44:06 UTC 2022


    Date: Friday, April 22, 2022 @ 21:44:06
  Author: dvzrv
Revision: 1187408

archrelease: copy trunk to community-x86_64

Added:
  cycfx2prog/repos/community-x86_64/PKGBUILD
    (from rev 1187407, cycfx2prog/trunk/PKGBUILD)
Deleted:
  cycfx2prog/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-22 21:43:55 UTC (rev 1187407)
+++ PKGBUILD	2022-04-22 21:44:06 UTC (rev 1187408)
@@ -1,24 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
-
-pkgname=cycfx2prog
-pkgver=0.47
-pkgrel=2
-pkgdesc='CycFX2Prog is a small and useful tool to program the FX2 and do basic enpoint communication for testing purposes'
-arch=('x86_64')
-url='https://www.triplespark.net/elec/periph/USB-FX2/software/'
-license=('GPL2')
-depends=('libusb-compat')
-source=("$url/$pkgname-$pkgver.tar.gz")
-sha512sums=('089895f0c4b45012f9f9fc607a30c2e2897f360d270973354fa739cc456d2728080733461f6a3681422049599947461c05e5d9e7e598fc3c9fd6d5a7d89e346c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  install -Dm 755 $pkgname "$pkgdir"/usr/bin/$pkgname
-}

Copied: cycfx2prog/repos/community-x86_64/PKGBUILD (from rev 1187407, cycfx2prog/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-22 21:44:06 UTC (rev 1187408)
@@ -0,0 +1,24 @@
+# Maintainer: Filipe Laíns (FFY00) <lains at archlinux.org>
+
+pkgname=cycfx2prog
+pkgver=0.47
+pkgrel=3
+pkgdesc='CycFX2Prog is a small and useful tool to program the FX2 and do basic enpoint communication for testing purposes'
+arch=('x86_64')
+url='https://www.triplespark.net/elec/periph/USB-FX2/software/'
+license=('GPL2')
+depends=('libusb-compat')
+source=("$url/$pkgname-$pkgver.tar.gz")
+sha512sums=('089895f0c4b45012f9f9fc607a30c2e2897f360d270973354fa739cc456d2728080733461f6a3681422049599947461c05e5d9e7e598fc3c9fd6d5a7d89e346c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -Dm 755 $pkgname "$pkgdir"/usr/bin/$pkgname
+}



More information about the arch-commits mailing list