Date: Wednesday, April 12, 2023 @ 14:55:12
  Author: alucryd
Revision: 1444910

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-12 14:51:10 UTC (rev 1444909)
+++ PKGBUILD    2023-04-12 14:55:12 UTC (rev 1444910)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=flashgbx
-pkgver=3.22
-pkgrel=2
-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=f556702f1ca54e635094b0b86119d02afb9d4842
-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-staging-any/PKGBUILD (from rev 1444909, 
flashgbx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-12 14:55:12 UTC (rev 1444910)
@@ -0,0 +1,38 @@
+# 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:

Reply via email to