Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / xfconf
Commits: 08e3b49e by Evangelos Foutras at 2023-10-17T12:41:40+03:00 upgpkg: 4.18.2-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = xfconf + pkgdesc = D-Bus-based configuration storage system + pkgver = 4.18.2 + pkgrel = 1 + url = https://docs.xfce.org/xfce/xfconf/start + arch = x86_64 + groups = xfce4 + license = GPL2 + makedepends = intltool + makedepends = gobject-introspection + makedepends = vala + depends = libxfce4util + source = https://archive.xfce.org/src/xfce/xfconf/4.18/xfconf-4.18.2.tar.bz2 + sha256sums = dce24fb0555e9718d139c10e714759e03ab4e40a7ffcf3c990f046f7a17213cc + +pkgname = xfconf ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ # Contributor: tobias <tobias funnychar archlinux.org> pkgname=xfconf -pkgver=4.18.1 -pkgrel=2 +pkgver=4.18.2 +pkgrel=1 pkgdesc="D-Bus-based configuration storage system" arch=('x86_64') url="https://docs.xfce.org/xfce/xfconf/start" @@ -12,7 +12,7 @@ groups=('xfce4') depends=('libxfce4util') makedepends=('intltool' 'gobject-introspection' 'vala') source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2) -sha256sums=('d9714751bbcfdc5a59340da6ef8ddfc0807221587b962d907f97dc0a8a002257') +sha256sums=('dce24fb0555e9718d139c10e714759e03ab4e40a7ffcf3c990f046f7a17213cc') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfconf/-/commit/08e3b49ebce6e9366be2612d6ed5d3fe0647ab2e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xfconf/-/commit/08e3b49ebce6e9366be2612d6ed5d3fe0647ab2e You're receiving this email because of your account on gitlab.archlinux.org.
