summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-05-12 15:41:11 -0400
committerTed Alff2020-05-12 15:41:11 -0400
commit286eff716b3c4c67ccb72f042d0d88e876717c35 (patch)
tree11b3e5f806d93a3093ab9a1faeb41a088d022521
parentf239998234dfb493272e3d49ea9db0d2633256fc (diff)
downloadaur-286eff716b3c4c67ccb72f042d0d88e876717c35.tar.gz
Update source to gitlab.xfce.org
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4a9ed2a914b..07d0d55968be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,22 @@
-# Generated by mksrcinfo v8
-# Sat Jul 28 17:54:59 UTC 2018
pkgbase = xfce4-panel-profiles-git
pkgdesc = Simple application to manage Xfce panel layouts
- pkgver = 1.0.8+0+gfc8e139
+ pkgver = 1.0.10+10+g8b086a7
pkgrel = 1
url = https://launchpad.net/xfpanel-switch
- arch = any
+ arch = x86_64
+ arch = i686
+ arch = armv7h
+ arch = aarch64
license = GPL3
makedepends = intltool
makedepends = git
depends = xfce4-panel
depends = gtk3
depends = python-gobject
- provides = xfce4-panel-profiles=1.0.8
+ provides = xfce4-panel-profiles=1.0.10
conflicts = xfpanel-switch
conflicts = xfce4-panel-profiles
- source = git://git.xfce.org/apps/xfce4-panel-profiles
+ source = xfce4-panel-profiles::git+https://gitlab.xfce.org/apps/xfce4-panel-profiles
sha256sums = SKIP
pkgname = xfce4-panel-profiles-git
diff --git a/PKGBUILD b/PKGBUILD
index 56ef49062122..95bd03c9fc29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,22 @@
_pkgname=xfce4-panel-profiles
pkgname=${_pkgname}-git
-pkgver=1.0.8+0+gfc8e139
+pkgver=1.0.10+10+g8b086a7
pkgrel=1
pkgdesc="Simple application to manage Xfce panel layouts"
-arch=('any')
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://launchpad.net/xfpanel-switch"
license=('GPL3')
depends=('xfce4-panel' 'gtk3' 'python-gobject')
makedepends=('intltool' 'git')
conflicts=('xfpanel-switch' "${_pkgname}")
provides=("${_pkgname}=${pkgver%%+*}")
-source=("git://git.xfce.org/apps/xfce4-panel-profiles")
+source=("${_pkgname}::git+https://gitlab.xfce.org/apps/${_pkgname}")
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"
- git describe --long --tags | sed -r "s:^${_pkgname}-::;s/-/+/g"
+ git describe --long --tags | sed -r "s:^${_pkgname}.::;s/^v//;s/^xfce-//;s/-/+/g"
}
build() {