Balló György pushed to branch main at Arch Linux / Packaging / Packages / commit
Commits:
a4d5ca46 by Balló György at 2024-11-07T03:33:56+01:00
upgpkg: 4.2-3: Fix mercurial optdep
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = commit
pkgdesc = Editor that helps you write better Git and Mercurial commit
messages
pkgver = 4.2
- pkgrel = 2
+ pkgrel = 3
url = https://apps.gnome.org/Commit/
arch = any
license = GPL-3.0-or-later
@@ -18,7 +18,7 @@ pkgbase = commit
depends = libadwaita
depends = libspelling
optdepends = git: Git support
- optdepends = hg: Mercurial support
+ optdepends = mercurial: Mercurial support
source = git+https://github.com/sonnyp/Commit.git#tag=v4.2
source = git+https://github.com/sonnyp/troll.git
b2sums =
9e6f0d4dd86298241340176e4cb8053070a90d352e90d1198ae759bdc5fd9a577937f5191a2b7cf06109e049abfc83466657243886d11a1ca3ffcb2698d3e513
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=commit
pkgver=4.2
-pkgrel=2
+pkgrel=3
pkgdesc='Editor that helps you write better Git and Mercurial commit messages'
arch=(any)
url='https://apps.gnome.org/Commit/'
@@ -25,7 +25,7 @@ makedepends=(
)
optdepends=(
'git: Git support'
- 'hg: Mercurial support'
+ 'mercurial: Mercurial support'
)
source=(
"git+https://github.com/sonnyp/Commit.git#tag=v$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/commit/-/commit/a4d5ca46cb4cb91494c15957f049344cdb89871e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/commit/-/commit/a4d5ca46cb4cb91494c15957f049344cdb89871e
You're receiving this email because of your account on gitlab.archlinux.org.