summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faf65eef23bb..80c32f13e1e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dcnnt
pkgdesc = Yet another tool to connect Android phone with desktop similar to KDE Connect
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cyanomiko/dcnnt-py
arch = any
license = MIT
makedepends = python-setuptools
- depends = python-crypto
+ depends = python-pycryptodome
source = https://github.com/cyanomiko/dcnnt-py/archive/0.6.0/dcnnt-py-0.6.0.tar.gz
sha256sums = 679c36bd90edc6b0d42b7967b465fc90955a8d9b222723fe74f25ae2d0664535
diff --git a/PKGBUILD b/PKGBUILD
index fc28e93a5af3..de27bddf3fcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: ml <>
pkgname=dcnnt
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Yet another tool to connect Android phone with desktop similar to KDE Connect'
arch=('any')
url='https://github.com/cyanomiko/dcnnt-py'
license=('MIT')
-depends=('python-crypto')
+depends=('python-pycryptodome')
makedepends=('python-setuptools')
source=("$url/archive/$pkgver/$pkgname-py-$pkgver.tar.gz")
sha256sums=('679c36bd90edc6b0d42b7967b465fc90955a8d9b222723fe74f25ae2d0664535')