summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88aa95327a12..dcab451f9222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ depends=("python>=3.8" "desktop-file-utils" "python-pyqt5>=5.14" "python-pyqtweb
makedepends=("python-setuptools")
license=("GPL")
arch=("any")
-md5sums=('SKIP')
+md5sums=('342bd41cbcb04d8faf4feccac856d2a6')
source=("$url/-/archive/$pkgver/ldk-$pkgver.tar.gz")
build() {
@@ -21,7 +21,6 @@ build() {
}
package() {
- install -Dm644 "$srcdir/ldk.conf" "$pkgdir/etc/ldk.conf"
cd ldk-$pkgver
python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
}