summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNannk2023-08-02 20:37:40 +0200
committerNannk2023-08-02 20:37:40 +0200
commitb3fcdced44ef9729a889ee9608a7ff1070809e39 (patch)
tree6f18e6d0b840c2078174a1d4cfe432270d2cf153
parent4d6ea24371ba0f5c4db745eebdcbd5ef9247cc69 (diff)
downloadaur-b3fcdced44ef9729a889ee9608a7ff1070809e39.tar.gz
updated source link as the filename changed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f91685a6c06..c49314b78c4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = edcas-client-bin
pkgdesc = Elite Dangerous Commander Assistant System. Shows system information compact for explorer.
pkgver = 0.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/arne-fuchs/edcas-client
arch = x86_64
license = Apache
@@ -9,7 +9,7 @@ pkgbase = edcas-client-bin
depends = glibc
depends = openssl
depends = binutils
- source = https://github.com/arne-fuchs/edcas-client/releases/download/0.2.3/edcas-client.tar.gz
+ source = https://github.com/arne-fuchs/edcas-client/releases/download/0.2.3/edcas-client-linux.tar.gz
md5sums = SKIP
pkgname = edcas-client-bin
diff --git a/PKGBUILD b/PKGBUILD
index 43f46552689c..f50a8495cde4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="edcas-client-bin"
_pkgname="edcas-client"
pkgver="0.2.3"
-pkgrel="1"
+pkgrel="2"
pkgdesc="Elite Dangerous Commander Assistant System. Shows system information compact for explorer."
url="https://github.com/arne-fuchs/edcas-client"
@@ -12,7 +12,7 @@ depends=("gcc-libs" "glibc" "openssl" "binutils")
#conflicts=()
license=("Apache")
-source=("$url/releases/download/$pkgver/edcas-client.tar.gz")
+source=("$url/releases/download/$pkgver/edcas-client-linux.tar.gz")
md5sums=("SKIP")
prepare() {