summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalazs Vinarz2020-07-25 10:00:01 +0200
committerBalazs Vinarz2020-07-25 10:00:01 +0200
commite286befd1a9e6dd1151acf74edaae112ea7c65b4 (patch)
tree53a91027c31ff3652e5c2911e5c208dc77cf9a94
parent543170ba508b92a2ef50517a1ac1dccb5887836e (diff)
downloadaur-e286befd1a9e6dd1151acf74edaae112ea7c65b4.tar.gz
fix checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9ead8293ad8..33c6544b53d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = lglaf
depends = python
depends = python-pyusb
source = https://gitlab.com/vinibali/lglaf/-/archive/20180317/lglaf-20180317.zip
- md5sums = c90866a08a16bf852a1e30b0ae936291
+ md5sums = 524a210dc65cbf5cd2da3fd8217030bc
pkgname = lglaf
diff --git a/PKGBUILD b/PKGBUILD
index 70921284fc27..e94971f185e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://gitlab.com/vinibali/lglaf"
license=('MIT')
depends=('python' 'python-pyusb')
source=(https://gitlab.com/vinibali/lglaf/-/archive/20180317/lglaf-20180317.zip)
-md5sums=(c90866a08a16bf852a1e30b0ae936291)
+md5sums=(524a210dc65cbf5cd2da3fd8217030bc)
build() {
echo "No build needed"