summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-05-12 15:41:01 -0400
committerTed Alff2020-05-12 15:41:01 -0400
commitbc35240ce760b5e627138742f6ec9ece1eaef928 (patch)
treec5911fe6607bfdf7b3bb43aa38b6fe95dbe0eea7
parentd6e3ecbfaded1a213e62072e3e8ab34b193c0ab8 (diff)
downloadaur-bc35240ce760b5e627138742f6ec9ece1eaef928.tar.gz
Update source to gitlab.xfce.org
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ac584e5b8f2..90d9f49c7a63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = xfce4-panel-git
pkgdesc = Panel for the Xfce desktop environment - git checkout
- pkgver = 4.15.1+2+g7db1f872
+ pkgver = 4.15.2+57+g61671349
pkgrel = 1
url = http://docs.xfce.org/xfce/xfce4-panel/start
- arch = i686
arch = x86_64
+ arch = i686
+ arch = armv7h
+ arch = aarch64
groups = xfce4-git
license = GPL2
makedepends = intltool
@@ -22,9 +24,9 @@ pkgbase = xfce4-panel-git
depends = xfconf
depends = libxfce4util
optdepends = xfce4-panel-profiles
- provides = xfce4-panel=4.15.1
+ provides = xfce4-panel=4.15.2
conflicts = xfce4-panel
- source = xfce4-panel::git://git.xfce.org/xfce/xfce4-panel
+ source = xfce4-panel::git+https://gitlab.xfce.org/xfce/xfce4-panel
sha256sums = SKIP
pkgname = xfce4-panel-git
diff --git a/PKGBUILD b/PKGBUILD
index 5c5fec760336..e230a63c2e98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@
_pkgname=xfce4-panel
pkgname=${_pkgname}-git
-pkgver=4.15.1+2+g7db1f872
+pkgver=4.15.2+57+g61671349
pkgrel=1
pkgdesc="Panel for the Xfce desktop environment - git checkout"
-arch=('i686' 'x86_64')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="http://docs.xfce.org/xfce/xfce4-panel/start"
license=('GPL2')
groups=('xfce4-git')
@@ -18,12 +18,12 @@ depends=('exo' 'garcon' 'libxfce4ui>=4.15.1' 'libwnck3' 'hicolor-icon-theme'
'desktop-file-utils' 'xfconf' 'libxfce4util')
makedepends=('intltool' 'gtk-doc' 'git' 'xfce4-dev-tools' 'gobject-introspection' 'vala')
optdepends=('xfce4-panel-profiles')
-source=("${_pkgname}::git://git.xfce.org/xfce/xfce4-panel")
+source=("${_pkgname}::git+https://gitlab.xfce.org/xfce/${_pkgname}")
sha256sums=('SKIP')
pkgver() {
cd "${_pkgname}"
- git describe --long --tags | sed -r "s:^${_pkgname}.::;s/^v//;s:-:+:g" #s/([^-]*-g)/r\1/;s/-/./g"
+ git describe --long --tags | sed -r "s:^${_pkgname}.::;s/^v//;s/^xfce-//;s/-/+/g"
}
build() {
@@ -37,7 +37,6 @@ build() {
--disable-static \
--enable-gio-unix \
--enable-gtk-doc \
- --enable-gtk2 \
--disable-debug
make
}