summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-29 14:30:39 +0300
committerCaleb Maclennan2024-04-29 14:30:39 +0300
commite741eca52a19aff600605104560cbeca5d3f5acd (patch)
treeaabe299bd83133c5a916a4b2b0ca7bdeea23aefe
parent3fbf85077dbf3981a70ac659c991e3c57b47e647 (diff)
downloadaur-python-usfm2osis-cw-git.tar.gz
upgpkg: python-usfm2osis-cw-git r139.a861a53-4
Fix URL scheme
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3cc0089e791..b0c0ee40ce4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-usfm2osis-cw-git
pkgdesc = Tools for converting Bibles from USFM to OSIS XML (CrossWire Development Fork)
pkgver = r139.a861a53
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/JohnAustinDev/Module-tools/
arch = any
- license = GPL
+ license = GPL-2.0-only
makedepends = git
makedepends = python-build
makedepends = python-installer
- makedepends = python-setuptools
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python
provides = python-usfm2osis
conflicts = python-usfm2osis
diff --git a/PKGBUILD b/PKGBUILD
index 7a87f6c6e527..d8ac914aa9e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,16 @@
pkgname=python-usfm2osis-cw-git
_pypiname=usfm2osis
pkgver=r139.a861a53
-pkgrel=3
+pkgrel=4
_branch=module-tools-sync
pkgdesc='Tools for converting Bibles from USFM to OSIS XML (CrossWire Development Fork)'
arch=(any)
url=https://github.com/JohnAustinDev/Module-tools/
-license=(GPL)
+license=(GPL-2.0-only)
depends=(python)
makedepends=(git
- python-{build,installer}
- python-setuptools
- python-wheel)
+ python-{build,installer,wheel}
+ python-setuptools)
options=(!emptydirs)
provides=("${pkgname%-cw-git}")
conflicts=("${pkgname%-cw-git}")