summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjnanar2023-07-05 19:13:52 +0200
committerjnanar2023-07-05 19:13:52 +0200
commita42dcfa1651acafcb2ba4a32e477a8f08335f791 (patch)
treeb089c1eddc8707b5915a882042ec401f4c06c5bc /PKGBUILD
parent5186a47c740e643c93792b16a67a773a48df73e5 (diff)
downloadaur-sat-tmp-hg.tar.gz
Fix dependence to python-wokkel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d85b96bf7033..8a8990a1269d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=('sat-tmp-hg')
_realname=sat_tmp
-pkgver=0.7.r82.5ea15a760eb4
+pkgver=0.7.r88.298dac50ca73
_version=0.7
pkgrel=1
pkgdesc="sat_tmp aims to temporary store files needed by Salut-a-toi (sat). These monkey patchs are not merged upstream yet. For now, only wokkel is impacted."
url="https://salut-a-toi.org/"
arch=('any')
-depends=('python' 'python-wokkel-git')
+depends=('python' 'python-wokkel')
makedepends=('mercurial')
provides=('sat-tmp')
conflicts=('sat-tmp')