Date: Sunday, May 7, 2023 @ 12:17:19
  Author: alucryd
Revision: 1459263

archrelease: copy trunk to community-any

Added:
  flashgbx/repos/community-any/PKGBUILD
    (from rev 1459262, flashgbx/trunk/PKGBUILD)
Deleted:
  flashgbx/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-07 12:17:09 UTC (rev 1459262)
+++ PKGBUILD    2023-05-07 12:17:19 UTC (rev 1459263)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=flashgbx
-pkgver=3.24
-pkgrel=1
-pkgdesc='Reads and writes Game Boy and Game Boy Advance cartridge data'
-arch=(any)
-url=https://github.com/lesserkuma/FlashGBX
-license=(GPL3)
-depends=(
-  pyside6
-  python-dateutil
-  python-pillow
-  python-pyserial
-  python-requests
-  python-setuptools
-)
-makedepends=(git)
-_tag=305e3432906a3296463c46d21a21c8a01bd8dc5a
-source=(git+https://github.com/lesserkuma/FlashGBX.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd FlashGBX
-  git describe --tags
-}
-
-build() {
-  cd FlashGBX
-  python setup.py build
-}
-
-package() {
-  cd FlashGBX
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: flashgbx/repos/community-any/PKGBUILD (from rev 1459262, 
flashgbx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-07 12:17:19 UTC (rev 1459263)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=flashgbx
+pkgver=3.28
+pkgrel=1
+pkgdesc='Reads and writes Game Boy and Game Boy Advance cartridge data'
+arch=(any)
+url=https://github.com/lesserkuma/FlashGBX
+license=(GPL3)
+depends=(
+  pyside6
+  python-dateutil
+  python-pillow
+  python-pyserial
+  python-requests
+  python-setuptools
+)
+makedepends=(git)
+_tag=c94e76d8cb65d285766169c079aeb1158da78f54
+source=(git+https://github.com/lesserkuma/FlashGBX.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd FlashGBX
+  git describe --tags
+}
+
+build() {
+  cd FlashGBX
+  python setup.py build
+}
+
+package() {
+  cd FlashGBX
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1 
--skip-build
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to