makedeb
A free and open-source replacement for the Epic Games Launcher
Click here to go back to the commit logs for legendary.
Hash: a2fd639d40e776a13f460c220851d22cafaf1da1
Message: Bump to 0.20.10
diff --git a/.SRCINFO b/.SRCINFO
index 52e1576..cc4ae67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+generated-by = makedeb-makepkg
+
pkgbase = legendary
pkgdesc = A free and open-source replacement for the Epic Games Launcher
- pkgver = 0.20.6
+ pkgver = 0.20.10
pkgrel = 1
url = https://github.com/derrod/legendary
arch = any
@@ -9,7 +11,7 @@ pkgbase = legendary
depends = python3-wheel
depends = python3-setuptools
optdepends = proton: windows binaries support
- source = legendary-0.20.6.tar.gz::https://github.com/derrod/legendary/archive/0.20.6.tar.gz
- sha256sums = 5cdf8697729326c2051b59872382418be2c515b89fc163dd86335983d41293ca
+ source = legendary-0.20.10.tar.gz::https://github.com/derrod/legendary/archive/0.20.10.tar.gz
+ sha256sums = be372f245a6cebecc421809a129667a88f2594cdd895ab24cbecd29ad4433aad
pkgname = legendary
diff --git a/PKGBUILD b/PKGBUILD
index f2a7f2e..eba0800 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# It's dependencies requiere to be build in this order:
# wine -> vkd3d-valve -> wine-valve -> proton
pkgname=legendary
-pkgver=0.20.6
+pkgver=0.20.10
pkgrel=1
pkgdesc="A free and open-source replacement for the Epic Games Launcher "
arch=('any')
@@ -24,7 +24,7 @@ install=
changelog=
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
noextract=()
-sha256sums=('5cdf8697729326c2051b59872382418be2c515b89fc163dd86335983d41293ca')
+sha256sums=('be372f245a6cebecc421809a129667a88f2594cdd895ab24cbecd29ad4433aad')
build() {
cd "$srcdir/$pkgname-$pkgver"