summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2020-05-12 15:40:32 -0400
committerTed Alff2020-05-12 15:40:32 -0400
commitc79d0190781682e9e5519db2080be71b64e46898 (patch)
tree50f8abd7282ac96c6c6c9b75ef84ad20f7b1e764
parent08182ed460a01c421a4197d48ba6316823ff6fc2 (diff)
downloadaur-thunar-volman-git.tar.gz
Update source to gitlab.xfce.org
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 829426692fcd..ebe15e050071 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
-# Generated by mksrcinfo v8
-# Sat Dec 16 16:46:34 UTC 2017
pkgbase = thunar-volman-git
pkgdesc = automatic management for removeable devices in thunar
- pkgver = 0.9.0.r1.g143b1a3
+ pkgver = 4.14.0+24+g8f95de3
pkgrel = 1
epoch = 1
url = http://goodies.xfce.org/projects/thunar-plugins/thunar-volman
- arch = i686
arch = x86_64
+ arch = i686
+ arch = armv7h
+ arch = aarch64
groups = xfce4-goodies-git
license = GPL2
makedepends = git
@@ -16,10 +16,10 @@ pkgbase = thunar-volman-git
depends = thunar
depends = libxfce4ui
depends = hicolor-icon-theme
- provides = thunar-volman=0.9.0
+ provides = thunar-volman=4.14.0+24+g8f95de3
conflicts = thunar-volman
options = !libtool
- source = thunar-volman::git://git.xfce.org/xfce/thunar-volman
+ source = thunar-volman::git+https://gitlab.xfce.org/xfce/thunar-volman
sha256sums = SKIP
pkgname = thunar-volman-git
diff --git a/PKGBUILD b/PKGBUILD
index 5e4f16dcfc79..d6aa32ccc9c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname=thunar-volman
pkgname=${_pkgname}-git
epoch=1
-pkgver=0.9.0.r1.g143b1a3
+pkgver=4.14.0+24+g8f95de3
pkgrel=1
pkgdesc="automatic management for removeable devices in thunar"
-arch=(i686 x86_64)
+arch=('x86_64' 'i686' 'armv7h' 'aarch64')
license=('GPL2')
url="http://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
groups=('xfce4-goodies-git')
@@ -15,12 +15,12 @@ makedepends=('git' 'intltool' 'xfce4-dev-tools')
conflicts=("${_pkgname}")
provides=("${_pkgname}=${pkgver%\.r*}")
options=('!libtool')
-source=("${_pkgname}::git://git.xfce.org/xfce/thunar-volman")
+source=("${_pkgname}::git+https://gitlab.xfce.org/xfce/${_pkgname}")
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${_pkgname}"
- git describe --long --tags | sed -r "s/^${_pkgname}.//;s/([^-]*-g)/r\1/;s/-/./g"
+ git describe --long --tags | sed -r "s:^${_pkgname}.::;s/^v//;s/^xfce-//;s/-/+/g"
}
build() {