Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
xfce4-dict
Commits:
0c08b68d by Evangelos Foutras at 2024-09-24T23:15:29+03:00
upgpkg: 0.8.7-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,18 @@
pkgbase = xfce4-dict
pkgdesc = A dictionary plugin for the Xfce panel
- pkgver = 0.8.6
- pkgrel = 2
+ pkgver = 0.8.7
+ pkgrel = 1
url = https://docs.xfce.org/apps/xfce4-dict/start
arch = x86_64
groups = xfce4-goodies
license = GPL-2.0-or-later
makedepends = git
makedepends = glib2-devel
- makedepends = intltool
makedepends = xfce4-dev-tools
depends = xfce4-panel
depends = librsvg
depends = hicolor-icon-theme
- source =
git+https://gitlab.xfce.org/apps/xfce4-dict.git#tag=xfce4-dict-0.8.6
- sha256sums =
1837c02952bcf5da8afdfc3c69fb6170b02cf2ac15d81d0c7a9c6dd71dc0c56e
+ source =
git+https://gitlab.xfce.org/apps/xfce4-dict.git#tag=xfce4-dict-0.8.7
+ sha256sums =
00f90f132cc8d190cbc99c9d3435232a8b55334fdbf47ba4c5bfce3fbd4736df
pkgname = xfce4-dict
=====================================
PKGBUILD
=====================================
@@ -4,17 +4,17 @@
# Contributor: Aurelien Foret <[email protected]>
pkgname=xfce4-dict
-pkgver=0.8.6
-pkgrel=2
+pkgver=0.8.7
+pkgrel=1
pkgdesc="A dictionary plugin for the Xfce panel"
arch=('x86_64')
url="https://docs.xfce.org/apps/xfce4-dict/start"
license=('GPL-2.0-or-later')
groups=('xfce4-goodies')
depends=('xfce4-panel' 'librsvg' 'hicolor-icon-theme')
-makedepends=('git' 'glib2-devel' 'intltool' 'xfce4-dev-tools')
+makedepends=('git' 'glib2-devel' 'xfce4-dev-tools')
source=("git+https://gitlab.xfce.org/apps/xfce4-dict.git#tag=$pkgname-$pkgver")
-sha256sums=('1837c02952bcf5da8afdfc3c69fb6170b02cf2ac15d81d0c7a9c6dd71dc0c56e')
+sha256sums=('00f90f132cc8d190cbc99c9d3435232a8b55334fdbf47ba4c5bfce3fbd4736df')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-dict/-/commit/0c08b68d2c03e004484f3616ba29e46097f68845
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-dict/-/commit/0c08b68d2c03e004484f3616ba29e46097f68845
You're receiving this email because of your account on gitlab.archlinux.org.