Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / mousepad
Commits: 4b874f90 by Robin Candau at 2024-10-21T14:45:09+02:00 upgpkg: 0.6.3-1: New upstream release https://gitlab.xfce.org/apps/mousepad/-/tags/mousepad-0.6.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = mousepad pkgdesc = Simple text editor for Xfce - pkgver = 0.6.2 - pkgrel = 4 + pkgver = 0.6.3 + pkgrel = 1 url = https://docs.xfce.org/apps/mousepad/start arch = x86_64 groups = xfce4-goodies @@ -17,7 +17,7 @@ pkgbase = mousepad depends = hicolor-icon-theme optdepends = gspell: spell checking plugin optdepends = libxfce4ui: shortcuts editor plugin - source = git+https://gitlab.xfce.org/apps/mousepad.git#tag=mousepad-0.6.2 - sha256sums = 8905ae09035419dcfaa689d72dd4f5776800eb7c0189f6f92b06e1c7a72ac4d7 + source = git+https://gitlab.xfce.org/apps/mousepad.git#tag=mousepad-0.6.3 + sha256sums = 1f2ab5b7652d6289f2643b32b4e067dddb11b7065e48b6203aa1d2c19c131f21 pkgname = mousepad ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ # Contributor: tobias [tobias at archlinux.org] pkgname=mousepad -pkgver=0.6.2 -pkgrel=4 +pkgver=0.6.3 +pkgrel=1 pkgdesc="Simple text editor for Xfce" arch=('x86_64') url="https://docs.xfce.org/apps/mousepad/start" @@ -16,7 +16,7 @@ makedepends=('git' 'glib2-devel' 'gspell' 'libxfce4ui' 'polkit' 'xfce4-dev-tools optdepends=('gspell: spell checking plugin' 'libxfce4ui: shortcuts editor plugin') source=("git+https://gitlab.xfce.org/apps/mousepad.git#tag=$pkgname-$pkgver") -sha256sums=('8905ae09035419dcfaa689d72dd4f5776800eb7c0189f6f92b06e1c7a72ac4d7') +sha256sums=('1f2ab5b7652d6289f2643b32b4e067dddb11b7065e48b6203aa1d2c19c131f21') prepare() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mousepad/-/commit/4b874f903c4b8ee6f40ef83d0f6d768c74b29f22 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mousepad/-/commit/4b874f903c4b8ee6f40ef83d0f6d768c74b29f22 You're receiving this email because of your account on gitlab.archlinux.org.
