summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Seifferth2020-04-29 20:27:13 +0100
committerFrank Seifferth2020-04-29 20:27:13 +0100
commitae03131120d4b7d5b1c9f9e3b7c133460c36e823 (patch)
treef9c867d87bec3284c91da6fa4cbb885d37cd1993
parent4910033f11b181818c3662e9090db5072795ff6e (diff)
downloadaur-ae03131120d4b7d5b1c9f9e3b7c133460c36e823.tar.gz
Lowercase package name in src tarball
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6d42c18c438..060dbbee0915 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = abricotine-bin
depends = libxss
provides = abricotine
conflicts = abricotine
- source = https://github.com/brrd/Abricotine/releases/download/1.0.0/Abricotine-1.0.0-linux-x64.tar.gz
+ source = https://github.com/brrd/Abricotine/releases/download/1.0.0/abricotine-1.0.0-linux-x64.tar.gz
source = abricotine.desktop
sha256sums = f3bbee75c7f5bc09e445546869582e1c7a09c0c269b22339f9cff79bd948c517
sha256sums = 164d0042ffe461ca0418709a59be29b433055589b661be4d6555c07df42b383c
diff --git a/PKGBUILD b/PKGBUILD
index f1cbbaff44ff..2cd8d4299ebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('x86_64')
url="http://abricotine.brrd.fr"
license=('GPL3')
depends=('libxss')
-source=("https://github.com/brrd/Abricotine/releases/download/$pkgver/Abricotine-$pkgver-linux-x64.tar.gz"
+source=("https://github.com/brrd/Abricotine/releases/download/$pkgver/abricotine-$pkgver-linux-x64.tar.gz"
"abricotine.desktop")
sha256sums=('f3bbee75c7f5bc09e445546869582e1c7a09c0c269b22339f9cff79bd948c517'
'164d0042ffe461ca0418709a59be29b433055589b661be4d6555c07df42b383c')