summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjnanar2023-07-05 19:13:52 +0200
committerjnanar2023-07-05 19:13:52 +0200
commita42dcfa1651acafcb2ba4a32e477a8f08335f791 (patch)
treeb089c1eddc8707b5915a882042ec401f4c06c5bc
parent5186a47c740e643c93792b16a67a773a48df73e5 (diff)
downloadaur-a42dcfa1651acafcb2ba4a32e477a8f08335f791.tar.gz
Fix dependence to python-wokkel
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cee0bbd0723..498fd1b2e244 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = sat-tmp-hg
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.
- pkgver = 0.7.r82.5ea15a760eb4
+ pkgver = 0.7.r88.298dac50ca73
pkgrel = 1
url = https://salut-a-toi.org/
arch = any
license = AGPL3
makedepends = mercurial
depends = python
- depends = python-wokkel-git
+ depends = python-wokkel
provides = sat-tmp
conflicts = sat-tmp
options = !strip
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')