summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorml2021-03-18 03:15:18 +0100
committerml2021-03-18 03:15:18 +0100
commit4f4a4f29cbb8925397999da45711a7e131f8d861 (patch)
tree11d0adf5b2ffceec17b19353584f6164df9db94f
parentb9618d2b0ec8f1be6297196374b521ae51473cf5 (diff)
downloadaur-4f4a4f29cbb8925397999da45711a7e131f8d861.tar.gz
updpkg: dcnnt 0.4.0-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efdacc82dfe8..be1a67c5345b 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.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cyanomiko/dcnnt-py
arch = any
license = MIT
makedepends = python-setuptools
- depends = python-pycryptodome
+ depends = python-crypto
source = https://github.com/cyanomiko/dcnnt-py/archive/0.4.0/dcnnt-py-0.4.0.tar.gz
sha256sums = b49246b892383f10db63cb01ad2f3ec2d0b37082cbcf12cbc712dc0edf5e3b3b
diff --git a/PKGBUILD b/PKGBUILD
index b8a0863aa435..5aa4d33f9e6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: ml <>
pkgname=dcnnt
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
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-pycryptodome')
+depends=('python-crypto')
makedepends=('python-setuptools')
source=("$url/archive/$pkgver/$pkgname-py-$pkgver.tar.gz")
sha256sums=('b49246b892383f10db63cb01ad2f3ec2d0b37082cbcf12cbc712dc0edf5e3b3b')