summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5636c1a008d8..9e3e00c18f3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amy Wilson <awils_1 at xsmail dot com>
pkgname="wyvern"
pkgver="1.4.1"
-pkgrel="2"
+pkgrel="3"
pkgdesc="Command-line tool written in rust that is meant to make downloading GOG games and associated activities easier and faster on linux."
arch=("x86_64")
url="https://git.sr.ht/%7Enicohman/wyvern/"
@@ -9,7 +9,7 @@ license=("GPL")
makedepends=("rust")
depends=("curl")
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/%7Enicohman/$pkgname/archive/${pkgver}.tar.gz")
-md5sums=('2079044e8b513db7367ca44fec11c169')
+md5sums=('22a0685ca642548e7c87678e1dbe11cf')
build() {
cd ${pkgname}-${pkgver}