summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de7c128b1aa8..90f7f8f790ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = an2linuxserver-git
pkgdesc = Sync android notifications encrypted to a linux desktop with tcp or bluetooth
- pkgver = r2.32c9bb8
+ pkgver = r6.4c03e19
pkgrel = 1
url = https://github.com/rootkiwi/an2linuxserver/
install = an2linuxserver-git.install
@@ -11,6 +11,7 @@ pkgbase = an2linuxserver-git
depends = libnotify
depends = python-gobject
depends = openssl
+ optdepends = python-pybluez: bluetooth support
provides = an2linuxserver
conflicts = an2linuxserver
source = git+https://github.com/rootkiwi/an2linuxserver.git
diff --git a/PKGBUILD b/PKGBUILD
index 419119acf032..c21138ccccdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=an2linuxserver
pkgname=an2linuxserver-git
-pkgver=r2.32c9bb8
+pkgver=r6.4c03e19
pkgrel=1
pkgdesc='Sync android notifications encrypted to a linux desktop with tcp or bluetooth'
url='https://github.com/rootkiwi/an2linuxserver/'
@@ -16,6 +16,7 @@ depends=('python'
'libnotify'
'python-gobject'
'openssl')
+optdepends=('python-pybluez: bluetooth support ')
makedepends=('git')
conflicts=('an2linuxserver')
provides=('an2linuxserver')