summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneodarz2020-05-21 16:12:41 +0200
committerneodarz2020-05-21 16:12:41 +0200
commitc60a348cd22dc8ff2b2b21db467a17187f4f54b5 (patch)
tree766d16e91ac76724d563d365c5e8b03b4e28f67c
parentac3b033558202b11052578be68d6cb9a484638de (diff)
downloadaur-c60a348cd22dc8ff2b2b21db467a17187f4f54b5.tar.gz
Add forgotten modules
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b00a34139378..06dd863bdabd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = silkaj
depends = python-texttable
depends = python-tabulate
depends = python-pynacl
- provides = duniterpy
+ depends = python-duniterpy
source = https://git.duniter.org/clients/python/silkaj/-/archive/v0.7.6/silkaj-v0.7.6.tar.gz
sha512sums = 69074ddf804d79a2780bb757d0fcab8c08ec63478b215b842e536327348e4a02369b69e5c07b61dbf6245b4cf99847b583b4be853b469503ad1688aaf4732656
diff --git a/PKGBUILD b/PKGBUILD
index fb1fd95e9360..b4b72a0c1fd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url='https://git.duniter.org/clients/python/silkaj'
arch=('any')
license=('GPL3')
-provides=('duniterpy')
-depends=('python' 'python-setuptools' 'python-dephell' 'python-click' 'python-ipaddress' 'python-texttable' 'python-tabulate' 'python-pynacl')
+depends=('python' 'python-setuptools' 'python-dephell' 'python-click' 'python-ipaddress' 'python-texttable' 'python-tabulate' 'python-pynacl'
+'python-duniterpy' 'python-pypeg2' 'python-pylibscrypt')
source=("https://git.duniter.org/clients/python/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
sha512sums=('69074ddf804d79a2780bb757d0fcab8c08ec63478b215b842e536327348e4a02369b69e5c07b61dbf6245b4cf99847b583b4be853b469503ad1688aaf4732656')