summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYokai Shogun2021-09-03 11:24:21 -0400
committerYokai Shogun2021-09-03 11:24:21 -0400
commit4cc9f29d9a29715f1465b253ab64e58cad3d8db5 (patch)
tree45b7ca20b56f4b0c09f18a96cbc3dc02b8dc211f
parent8687c00a004e43c8117b4aa59560a47d8d525639 (diff)
downloadaur-4cc9f29d9a29715f1465b253ab64e58cad3d8db5.tar.gz
fixed a type in sources
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef19c549534b..2849625e8ffe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = uqm-megamod-addon-sol-textures
arch = any
license = custom:CC BY-NC-SA 2.5
noextract = mm-0.8.0.85-sol-textures.uqm
- source = mm-0.8.0.85-sol-textures.uqm:https://files.serosis.net/MegaMod/0.8.0.85/mm-0.8.0.85-sol-textures.uqm
+ source = mm-0.8.0.85-sol-textures.uqm::https://files.serosis.net/MegaMod/0.8.0.85/mm-0.8.0.85-sol-textures.uqm
source = LICENSE
md5sums = 5915c8d811345f1a27632c30190768f7
md5sums = 4f30efe3d129bd9a8bddd0d455c849f7
diff --git a/PKGBUILD b/PKGBUILD
index bc8bb4417142..e83c30309290 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url="https://github.com/Serosis/UQM-MegaMod-Content"
license=("custom:CC BY-NC-SA 2.5")
source=(
- "mm-${pkgver}-sol-textures.uqm:https://files.serosis.net/MegaMod/${pkgver}/mm-${pkgver}-sol-textures.uqm"
+ "mm-${pkgver}-sol-textures.uqm::https://files.serosis.net/MegaMod/${pkgver}/mm-${pkgver}-sol-textures.uqm"
LICENSE
)