summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2018-06-04 09:30:04 -0400
committerTed Alff2018-06-04 09:30:04 -0400
commit7fa4ecffd3518e7c534f1de73177985c9038de12 (patch)
tree39e2d763f8c4e5b8bebf0d1a0a57b311f8c07474
parent648396ed2ae54c42f2f10f326472a0448a027c00 (diff)
downloadaur-7fa4ecffd3518e7c534f1de73177985c9038de12.tar.gz
Switch to master branch of official git. (GTK3 branch has been merged)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55ba455aa2a1..cc1337adb078 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 10 02:27:26 UTC 2018
+# Mon Jun 4 13:29:40 UTC 2018
pkgbase = thunar-vcs-plugin-git
pkgdesc = SVN and GIT integration for Thunar.
- pkgver = 0.1.5+87+gb672feb
+ pkgver = 0.1.90+2+g31b819c
pkgrel = 1
url = https://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin
arch = i686
@@ -14,9 +14,9 @@ pkgbase = thunar-vcs-plugin-git
depends = git
depends = subversion
depends = apr
- provides = thunar-vcs-plugin=0.1.5
+ provides = thunar-vcs-plugin=0.1.90
conflicts = thunar-vcs-plugin
- source = thunar-vcs-plugin::git+https://github.com/andreldm/thunar-vcs-plugin#branch=gtk3
+ source = thunar-vcs-plugin::git://git.xfce.org/thunar-plugins/thunar-vcs-plugin
sha256sums = SKIP
pkgname = thunar-vcs-plugin-git
diff --git a/PKGBUILD b/PKGBUILD
index f82be6b61292..fdbc0f0c2824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=thunar-vcs-plugin
pkgname=${_pkgname}-git
-pkgver=0.1.5+87+gb672feb
+pkgver=0.1.90+2+g31b819c
pkgrel=1
pkgdesc="SVN and GIT integration for Thunar."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('thunar>=1.7.0' 'git' 'subversion' 'apr')
makedepends=('intltool' 'xfce4-dev-tools')
provides=("${_pkgname}=${pkgver%%+*}")
conflicts=("${_pkgname}")
-source=("${_pkgname}::git+https://github.com/andreldm/thunar-vcs-plugin#branch=gtk3")
+source=("${_pkgname}::git://git.xfce.org/thunar-plugins/thunar-vcs-plugin")
sha256sums=('SKIP')
pkgver() {