summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmattski2022-05-09 09:15:52 +0200
committerredmattski2022-05-09 09:15:52 +0200
commitec809822828b652eb286dd916fd7222364a92326 (patch)
treeab8c39d67eea6c779ddb849ddf6cd4d7f482a6fa
parent5bdc62ac3488f1abd591ab423e9de4b3a09778fd (diff)
downloadaur-ec809822828b652eb286dd916fd7222364a92326.tar.gz
added new dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05fa1bc5c8f6..1e74b7b56753 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
pkgbase = withings-sync
pkgdesc = A tool for synchronisation of Withings (ex. Nokia Health Body) to Garmin Connect and Trainer Road.
pkgver = v3.1.2.r5.g3bb410b
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/jaroslawhartman/withings-sync
arch = any
license = MIT
makedepends = python
depends = python-cloudscraper
+ depends = python-h2
+ depends = python-httpx
+ depends = python-lxml
source = withings-sync::git+https://github.com/jaroslawhartman/withings-sync.git
source = withings-sync.service
source = withings-sync.timer
@@ -17,4 +20,3 @@ pkgbase = withings-sync
md5sums = 8c065062c737baae192fadb97a88abc1
pkgname = withings-sync
-
diff --git a/PKGBUILD b/PKGBUILD
index 6a2295d30f23..09c45e1673b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=withings-sync
pkgver=v3.1.2.r5.g3bb410b
-pkgrel=3
+pkgrel=4
pkgdesc="A tool for synchronisation of Withings (ex. Nokia Health Body) to Garmin Connect and Trainer Road."
arch=(any)
url="https://github.com/jaroslawhartman/withings-sync"
license=(MIT)
-depends=("python-cloudscraper")
+depends=("python-cloudscraper" "python-h2" "python-httpx" "python-lxml")
makedepends=("python")
source=("$pkgname::git+https://github.com/jaroslawhartman/withings-sync.git"
"${pkgname}.service"