summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoaquin (Pato) Decima2022-01-10 17:14:59 -0300
committerJoaquin (Pato) Decima2022-01-10 17:14:59 -0300
commit1e0c718b0b705b661a07436aae6a85f58d515bc5 (patch)
tree478581937868215aaa21a163e595103d7e200cb5
parent6c2a3e1cfc05ce9cc62484d5051657db2a00e3a5 (diff)
downloadaur-1e0c718b0b705b661a07436aae6a85f58d515bc5.tar.gz
fix md5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f89ed72408e..c8296be78ae9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,6 +16,6 @@ pkgbase = lynx-desktop-settings
depends = compiz
depends = python-yaml
source = https://gitlab.com/LynxOS/lynx-desktop-settings/-/archive/0.0.9/lynx-desktop-settings-0.0.9.tar.gz
- md5sums = c682b67b9bf979548b59671a56c17e47d
+ md5sums = 682b67b9bf979548b59671a56c17e47d
pkgname = lynx-desktop-settings
diff --git a/PKGBUILD b/PKGBUILD
index 4fc2094f8838..2948920db8fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://gitlab.com/LynxOS/$pkgname"
license=('GPL')
makedepends=('git')
source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('c682b67b9bf979548b59671a56c17e47d')
+md5sums=('682b67b9bf979548b59671a56c17e47d')
depends=(
'dex'
'qt5-styleplugins'