summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoaquin (Pato) Decima2020-11-27 18:00:44 -0300
committerjoaquin (Pato) Decima2020-11-27 18:00:44 -0300
commit6c3f0990af4364d3ce0e50b5034534047745d747 (patch)
tree4f249fb449a0550508880adf55606cd68853e9c6
parenta8044f04a5568d6a1ed40fa84e1f0ebdc3a8feca (diff)
downloadaur-6c3f0990af4364d3ce0e50b5034534047745d747.tar.gz
Add SKIP
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fe196b96ae8..d59342a08be3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = lynx-ldk
depends = pyside2>=5.14
depends = qt5-webengine
source = https://gitlab.com/LynxOS/ldk/-/archive/3.5.6/ldk-3.5.6.tar.gz
+ md5sums = SKIP
pkgname = lynx-ldk
diff --git a/PKGBUILD b/PKGBUILD
index dfd47b13722a..88aa95327a12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ depends=("python>=3.8" "desktop-file-utils" "python-pyqt5>=5.14" "python-pyqtweb
makedepends=("python-setuptools")
license=("GPL")
arch=("any")
+md5sums=('SKIP')
source=("$url/-/archive/$pkgver/ldk-$pkgver.tar.gz")
build() {