summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorml2021-07-03 16:38:59 +0200
committerml2021-07-03 16:38:59 +0200
commita3027b44391eb284fec77f7a5c4e34ba9813621c (patch)
tree5346eaabdf6b86ef89e3b3e768abb1da3207049a
parent4f4a4f29cbb8925397999da45711a7e131f8d861 (diff)
downloadaur-a3027b44391eb284fec77f7a5c4e34ba9813621c.tar.gz
updpkg: dcnnt 0.5.0-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be1a67c5345b..2d34cc14c0d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = dcnnt
pkgdesc = Yet another tool to connect Android phone with desktop similar to KDE Connect
- pkgver = 0.4.0
- pkgrel = 3
+ pkgver = 0.5.0
+ pkgrel = 1
url = https://github.com/cyanomiko/dcnnt-py
arch = any
license = MIT
makedepends = python-setuptools
depends = python-crypto
- source = https://github.com/cyanomiko/dcnnt-py/archive/0.4.0/dcnnt-py-0.4.0.tar.gz
- sha256sums = b49246b892383f10db63cb01ad2f3ec2d0b37082cbcf12cbc712dc0edf5e3b3b
+ source = https://github.com/cyanomiko/dcnnt-py/archive/0.5.0/dcnnt-py-0.5.0.tar.gz
+ sha256sums = 01410a5d5fc2c84921cfcbc5f50dabf33dd796a69930feb17b9ac1d3175b8752
pkgname = dcnnt
-
diff --git a/PKGBUILD b/PKGBUILD
index 5aa4d33f9e6c..7d4b394b0a1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: ml <>
pkgname=dcnnt
-pkgver=0.4.0
-pkgrel=3
+pkgver=0.5.0
+pkgrel=1
pkgdesc='Yet another tool to connect Android phone with desktop similar to KDE Connect'
arch=('any')
url='https://github.com/cyanomiko/dcnnt-py'
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python-crypto')
makedepends=('python-setuptools')
source=("$url/archive/$pkgver/$pkgname-py-$pkgver.tar.gz")
-sha256sums=('b49246b892383f10db63cb01ad2f3ec2d0b37082cbcf12cbc712dc0edf5e3b3b')
+sha256sums=('01410a5d5fc2c84921cfcbc5f50dabf33dd796a69930feb17b9ac1d3175b8752')
build() {
cd "$pkgname-py-$pkgver"