summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Mev2020-05-05 18:42:42 +0100
committerAlec Mev2020-05-05 18:42:42 +0100
commitc9e488ab00cfd5c236b6af8c553c092e4ab5accf (patch)
tree15de50669e56578c9625d82969ab735b0fa3fb67
parent8cac0686488390752deb5cd60f9d4407fd4749f0 (diff)
downloadaur-zsh-theme-minimal.tar.gz
Fix mercurial optdep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11c48ed9b1fe..a81d9e970f69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zsh-theme-minimal
pkgdesc = A minimal and extensible Zsh theme
pkgver = 1.0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/subnixr/minimal
arch = any
license = GPL3
depends = zsh
optdepends = git: Git branch status support
- optdepends = hg: Mercurial branch status support
+ optdepends = mercurial: Mercurial branch status support
source = zsh-theme-minimal-1.0.4.tar.gz::https://github.com/subnixr/minimal/archive/1.0.4.tar.gz
sha256sums = 910e109b366e4c334a6d0fc6021dc3810a4a7877bd985526dd63c5a12c00daf1
diff --git a/PKGBUILD b/PKGBUILD
index 27647ad2e36b..788fb60dd335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=minimal
pkgname="zsh-theme-${_name}"
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc='A minimal and extensible Zsh theme'
arch=('any')
url=https://github.com/subnixr/minimal
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('zsh')
optdepends=(
'git: Git branch status support'
- 'hg: Mercurial branch status support'
+ 'mercurial: Mercurial branch status support'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/subnixr/minimal/archive/${pkgver}.tar.gz")
sha256sums=('910e109b366e4c334a6d0fc6021dc3810a4a7877bd985526dd63c5a12c00daf1')