summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim van Leuverden2023-05-09 20:46:32 +0200
committerTim van Leuverden2023-05-09 20:46:32 +0200
commit44be9cce4f24b7d8b03e67376fff7b244681da4b (patch)
treec3817bb9ee80658aa8cfa271f42594bd978d28f1
parent102fd70e0df8c35c2d64a295e5f012b826b07f34 (diff)
downloadaur-44be9cce4f24b7d8b03e67376fff7b244681da4b.tar.gz
Implement VCS package guidelines on Git submodules
Thanks to @evgfilim1 for informing me of these guidelines!
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df3ba1020494..9d671283ec28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trackma
pkgdesc = A lightweight and simple program for updating and using lists on several media tracking websites.
pkgver = 0.8.5
- pkgrel = 1
+ pkgrel = 2
url = https://z411.github.io/trackma/
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 075951ab8211..ed1733a73f76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Tim van Leuverden <tvanleuverden at gmail dot com>
# Contributor: Joost Bremmer
# Contributor: Mubashshir <ahmubashshir at gmail dot com>
+# Contributor: Evgeniy <evgfilim1 at gmail dot com>
pkgname=trackma
pkgver=0.8.5
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight and simple program for updating and using lists on several media tracking websites."
url="https://z411.github.io/trackma/"
arch=('any')
@@ -42,7 +43,7 @@ prepare() {
git submodule init
git config submodule."trackma/data/anime-relations".url $srcdir/anime-relations
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
package() {