Date: Wednesday, October 26, 2022 @ 16:16:25
Author: alucryd
Revision: 1336388
archrelease: copy trunk to community-any
Added:
flashgbx/repos/community-any/PKGBUILD
(from rev 1336387, flashgbx/trunk/PKGBUILD)
Deleted:
flashgbx/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-26 16:16:15 UTC (rev 1336387)
+++ PKGBUILD 2022-10-26 16:16:25 UTC (rev 1336388)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-
-pkgname=flashgbx
-pkgver=3.18
-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=c760fb1139717b09e80b3d5c299cbadab5996955
-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 1336387,
flashgbx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-26 16:16:25 UTC (rev 1336388)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+
+pkgname=flashgbx
+pkgver=3.19
+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=8b7d51f894297fb38503a357842d0e748552bdd5
+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: