summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIroAlexis2023-12-22 18:49:40 +0100
committerIroAlexis2023-12-22 18:50:46 +0100
commit655c05d4570dd39d46d87121c2d57a7f1bf5f4ec (patch)
treedec890f9adbd14959c0987000d6e5058b1a9a2b0
parent524827b45766c439246113c0da14c361a47c4495 (diff)
downloadaur-655c05d4570dd39d46d87121c2d57a7f1bf5f4ec.tar.gz
Update repo url and license
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eac0f4ffb68b..89e736c633a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,13 @@ pkgbase = gogextract-git
pkgdesc = Unpack GOG Linux installers
pkgver = r93.71b23e0
pkgrel = 1
- url = https://github.com/IroAlexis/gogextract
+ url = https://framagit.org/IroAlexis/gogextract
arch = any
- license = MIT
+ license = GPL-3.0-or-later
makedepends = git
depends = libzip
provides = gogextract
- source = git+https://github.com/IroAlexis/gogextract.git
+ source = git+https://framagit.org/IroAlexis/gogextract.git
sha256sums = SKIP
pkgname = gogextract-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2c5da58bf69c..45b1671814d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgver=r93.71b23e0
pkgrel=1
pkgdesc='Unpack GOG Linux installers'
arch=('any')
-url='https://github.com/IroAlexis/gogextract'
-license=('MIT')
+url='https://framagit.org/IroAlexis/gogextract'
+license=('GPL-3.0-or-later')
depends=('libzip')
makedepends=('git')
provides=("${_pkgname}")
@@ -31,4 +31,4 @@ package() {
install -Dm644 -t "${pkgdir}/usr/share/licenses/${_pkgname}" "${_pkgname}/LICENSE"
}
-# vim: ts=2 sw=2 et:
+# vim: ts=2 sw=2 et: \ No newline at end of file