summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmy Wilson2021-02-21 21:42:04 +1100
committerAmy Wilson2021-02-21 21:42:04 +1100
commit80fd87a6f54d4effbe2930d0e367a66411b0e011 (patch)
tree23d5ecbebbafa5db1e0425a356cbebe476ec2866
parentabda229e94e59fcd65ad1fdbaf8d7c70ff8e73cb (diff)
downloadaur-wyvern.tar.gz
MD5 checksum fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4b5cc1c8d4f..f882657abc71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = wyvern
pkgdesc = Command-line tool written in rust that is meant to make downloading GOG games and associated activities easier and faster on linux.
pkgver = 1.4.1
- pkgrel = 2
+ pkgrel = 3
url = https://git.sr.ht/%7Enicohman/wyvern/
arch = x86_64
license = GPL
makedepends = rust
depends = curl
source = wyvern-1.4.1.tar.gz::https://git.sr.ht/%7Enicohman/wyvern/archive/1.4.1.tar.gz
- md5sums = 2079044e8b513db7367ca44fec11c169
+ md5sums = 22a0685ca642548e7c87678e1dbe11cf
pkgname = wyvern
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}