summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2022-04-06 12:49:19 -0400
committerTed Alff2022-04-06 12:49:19 -0400
commit6253ee1aefd98381d6b7f6f6a1a2a0119184eb99 (patch)
treeab0967a6ac0aa974d2246d24a76d25b314cf3bd8
parent003495429adac6a6e5bb61509e61003fd05be5c6 (diff)
downloadaur-6253ee1aefd98381d6b7f6f6a1a2a0119184eb99.tar.gz
Update link to settings overrides patch.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43290eef5997..7c7a0e4f8942 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xfce4-settings-git
pkgdesc = Settings manager for xfce (git checkout)
- pkgver = 4.15.0+129+g559ebf1a
+ pkgver = 4.16.0+366+g78d614fe
pkgrel = 1
url = http://www.xfce.org/
arch = x86_64
@@ -22,12 +22,11 @@ pkgbase = xfce4-settings-git
depends = adwaita-icon-theme
depends = gnome-themes-extra
optdepends = libcanberra: for sound control
- provides = xfce4-settings=4.15.0
+ provides = xfce4-settings=4.16.0
conflicts = xfce4-settings
source = xfce4-settings::git+https://gitlab.xfce.org/xfce/xfce4-settings
- source = default-xsettings-xml.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/default-xsettings-xml.patch?h=packages/xfce4-settings
+ source = https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/xfce4-settings/trunk/default-xsettings-xml.patch
sha256sums = SKIP
sha256sums = 8e9a6c70ab0ceb5d91b637dc290768f8a47edb5d7b6e2eebc4459dbc4ee040d7
pkgname = xfce4-settings-git
-
diff --git a/PKGBUILD b/PKGBUILD
index eb9e681bd8b6..faeec34f6208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=xfce4-settings
pkgname=${_pkgname}-git
-pkgver=4.15.0+129+g559ebf1a
+pkgver=4.16.0+366+g78d614fe
pkgrel=1
pkgdesc="Settings manager for xfce (git checkout)"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
@@ -16,7 +16,7 @@ optdepends=('libcanberra: for sound control')
provides=("${_pkgname}=${pkgver%%+*}")
conflicts=("${_pkgname}")
source=("${_pkgname}::git+https://gitlab.xfce.org/xfce/${_pkgname}"
- 'default-xsettings-xml.patch::https://git.archlinux.org/svntogit/packages.git/plain/trunk/default-xsettings-xml.patch?h=packages/xfce4-settings')
+ "https://raw.githubusercontent.com/archlinux/svntogit-packages/packages/${_pkgname}/trunk/default-xsettings-xml.patch")
sha256sums=('SKIP'
'8e9a6c70ab0ceb5d91b637dc290768f8a47edb5d7b6e2eebc4459dbc4ee040d7')