summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsa Venton2021-01-27 14:44:19 +0000
committerAsa Venton2021-01-27 14:44:19 +0000
commit96363f9b4f44f1dcecfecab66ca1e993ef8f50b5 (patch)
tree023792215ce88920efbd159d9916d5aec8b029be
parent7bd391ad6439a597a708bffc5acf98eeb51ead60 (diff)
downloadaur-96363f9b4f44f1dcecfecab66ca1e993ef8f50b5.tar.gz
Update sha256sum after forgetting on last commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 464e29e9362b..5f6f0a2cb37f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eiskaltdcpp
pkgdesc = EiskaltDC++ is a cross-platform program that uses the Direct Connect (DC aka NMDC) and Advanced Direct Connect (ADC) protocols. It is compatible with DC++, AirDC++, FlylinkDC++ and other DC clients. EiskaltDC++ also interoperates with all common DC hub software.
pkgver = 2.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eiskaltdcpp/eiskaltdcpp/
arch = x86_64
license = GPL3
@@ -24,7 +24,7 @@ pkgbase = eiskaltdcpp
conflicts = eiskaltdcpp-git
options = !emptydirs
source = eiskaltdcpp-2.4.1.tar.gz::https://github.com/eiskaltdcpp/eiskaltdcpp/archive/v2.4.1.tar.gz
- sha256sums = 674d023027a0f00f293cc73ce3c010cf462f8f2a516d967c7e2a8af3ac4b84ba
+ sha256sums = 818f9622ac28d3cf1ae58af0a01e25af702781822b6edeb99c9d05d408a4798f
pkgname = eiskaltdcpp-core
pkgdesc = EiskaltDC++ Core
diff --git a/PKGBUILD b/PKGBUILD
index dc50a35c8eee..7e8c12b50ab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgname=("${pkgbase}-core"
"${pkgbase}-data"
)
pkgver=2.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="EiskaltDC++ is a cross-platform program that uses the Direct Connect (DC aka NMDC) and Advanced Direct Connect (ADC) protocols. It is compatible with DC++, AirDC++, FlylinkDC++ and other DC clients. EiskaltDC++ also interoperates with all common DC hub software."
license=('GPL3')
arch=('x86_64')
@@ -19,7 +19,7 @@ url="https://github.com/eiskaltdcpp/eiskaltdcpp/"
conflicts=('eiskaltdcpp-git')
options=(!emptydirs)
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${pkgbase}/${pkgbase}/archive/v${pkgver}.tar.gz")
-sha256sums=('674d023027a0f00f293cc73ce3c010cf462f8f2a516d967c7e2a8af3ac4b84ba')
+sha256sums=('818f9622ac28d3cf1ae58af0a01e25af702781822b6edeb99c9d05d408a4798f')
makedepends=('cmake'
'lua'
'libidn'