summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-07-28 23:03:17 -0400
committerTed Alff2020-07-28 23:03:17 -0400
commit8ceeba747c7cd65fc9e3f2570e13c761b66454e3 (patch)
treeef627884521231b320caca4c8c3674683ffcc7c4
parent387ec86bafa6af250a5f915d8e485bda5425e53a (diff)
downloadaur-8ceeba747c7cd65fc9e3f2570e13c761b66454e3.tar.gz
Switch to m7s's (dockbarx developer) repo as the new canonical version of the program.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50ae183166f2..8c063d6ffbde 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = xfce4-dockbarx-plugin-gtk3-git
pkgdesc = Embed DockbarX in the xfce4-panel
- pkgver = r56+e132fcb
- pkgrel = 4
+ pkgver = r62+f7585b5
+ pkgrel = 1
epoch = 2
- url = https://github.com/TiZ-EX1/xfce4-dockbarx-plugin
+ url = https://github.com/m7s/xfce4-dockbarx-plugin
arch = i686
arch = x86_64
arch = armv7h
@@ -12,10 +12,10 @@ pkgbase = xfce4-dockbarx-plugin-gtk3-git
makedepends = git
makedepends = vala
depends = dockbarx-gtk3-git
- depends = xfce4-panel>=4.14.4
+ depends = xfce4-panel>=4.12
provides = xfce4-dockbarx-plugin
conflicts = xfce4-dockbarx-plugin
- source = xfce4-dockbarx-plugin::git+https://github.com/twa022/xfce4-dockbarx-plugin#branch=pygi-python3
+ source = xfce4-dockbarx-plugin::git+https://github.com/m7s/xfce4-dockbarx-plugin#branch=pygi-python3
sha256sums = SKIP
pkgname = xfce4-dockbarx-plugin-gtk3-git
diff --git a/PKGBUILD b/PKGBUILD
index b73e6e665f18..13b6536c99a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
_pkgname=xfce4-dockbarx-plugin
pkgname=$_pkgname-gtk3-git
epoch=2
-pkgver=r56+e132fcb
-pkgrel=4
+pkgver=r62+f7585b5
+pkgrel=1
pkgdesc="Embed DockbarX in the xfce4-panel"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
-url="https://github.com/TiZ-EX1/xfce4-dockbarx-plugin"
+url="https://github.com/m7s/xfce4-dockbarx-plugin"
license=('X11')
-depends=('dockbarx-gtk3-git' 'xfce4-panel>=4.14.4')
+depends=('dockbarx-gtk3-git' 'xfce4-panel>=4.12')
makedepends=('git' 'vala')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
_branch='pygi-python3'
-source=("${_pkgname}::git+https://github.com/twa022/${_pkgname}#branch=${_branch}")
+source=("${_pkgname}::git+https://github.com/m7s/${_pkgname}#branch=${_branch}")
sha256sums=('SKIP')
pkgver() {