summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Korhonen2023-08-05 13:23:07 +0300
committerMarko Korhonen2023-08-05 13:23:07 +0300
commit0bdbb9938c6e3f9120bb760a0549441e905e6b50 (patch)
tree4b20043564138a16666840bbd43fc37650291094
parenta2ad3bad1e4b8d26e1355c59a1294f6d0be41193 (diff)
downloadaur-0bdbb9938c6e3f9120bb760a0549441e905e6b50.tar.gz
Add pkgver to source filename
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb1ed3e762ea..2d84f99ae971 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = firefox-gnome-theme
optdepends = firefox: primary compatible browser
optdepends = librewolf: alternative compatible browser
conflicts = firefox-gnome-theme-git
- source = firefox-gnome-theme.tar.gz::https://github.com/rafaelmardojai/firefox-gnome-theme/archive/refs/tags/v116.tar.gz
+ source = firefox-gnome-theme-116.tar.gz::https://github.com/rafaelmardojai/firefox-gnome-theme/archive/refs/tags/v116.tar.gz
source = INSTALL.md
md5sums = 1e184aa04d2211bf2b9b5275e9efb2e2
md5sums = 25f18456221ffc91f472b1abff8aae84
diff --git a/PKGBUILD b/PKGBUILD
index 3378b13cabd6..3d98a711afd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('Unlicense')
optdepends=('firefox: primary compatible browser' 'librewolf: alternative compatible browser')
conflicts=("$pkgname-git")
install="$pkgname.install"
-source=("$pkgname.tar.gz::https://github.com/rafaelmardojai/$pkgname/archive/refs/tags/v${pkgver}.tar.gz" "INSTALL.md")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rafaelmardojai/$pkgname/archive/refs/tags/v${pkgver}.tar.gz" "INSTALL.md")
md5sums=('1e184aa04d2211bf2b9b5275e9efb2e2'
'25f18456221ffc91f472b1abff8aae84')