summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatri9ck2022-07-13 00:23:50 +0200
committerpatri9ck2022-07-13 00:23:50 +0200
commit5602d66d6a9c429b6f40c607e12e2b52d07456c5 (patch)
treefa2d528b903fa2f52d359aa4db5cd1370da136ae
parentefa43df3967cb513ce481f113a893180f27c731d (diff)
downloadaur-5602d66d6a9c429b6f40c607e12e2b52d07456c5.tar.gz
Pairing to allow encryption and authentication
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 172cfc60cb34..415f77ef7cf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: patri9ck <patri9ck@gmail.com>
pkgname=a2ln
-pkgver=1.0.2
+pkgver=1.2.0
pkgrel=1
pkgdesc="Android 2 Linux Notifications Server"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/patri9ck/a2ln-server"
license=('GPL3')
depends=('python' 'python-pyzmq' 'python-gobject' 'python-setproctitle')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('48aea9b930cb4a27558ea425b9166162efde467bfc0b6300ebc954303131c3f5')
+sha256sums=('444c66c1f0c3569868ec6ae0ede035d541aaaee5ef7b39bff4b9aa3e7ba42d30')
package() {
cd "$srcdir/a2ln-server-$pkgver/"