summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD24
2 files changed, 18 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c026b2a6800d..94fa58deb531 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
# Generated by mksrcinfo v8
-# Sat Dec 16 16:50:12 UTC 2017
+# Sat Jul 7 14:53:05 UTC 2018
pkgbase = thunar-dropbox-git
pkgdesc = Thunar plugin that adds dropbox context-menu (patched for thunarx-3)
- pkgver = 0.2.1.r2.g61ba51b
- pkgrel = 2
+ pkgver = 0.2.1+6+g5c3c178
+ pkgrel = 1
+ epoch = 1
url = https://github.com/Maato/thunar-dropbox
arch = i686
arch = x86_64
@@ -12,10 +13,8 @@ pkgbase = thunar-dropbox-git
makedepends = git
depends = thunar>=1.7.0
depends = dropbox
- source = thunar-dropbox::git+https://github.com/Maato/thunar-dropbox
- source = thunarx-3-port.patch::https://github.com/twa022/thunar-dropbox/commit/2da13dc73c56cea4a1d3de19c4917467954f985d.patch
+ source = thunar-dropbox::git+https://github.com/Jeinzi/thunar-dropbox#branch=dev-jeinzi
sha256sums = SKIP
- sha256sums = ab12fdc792903a3e07fba3cd58c9553075a3bff672fcc45b561ccb7c5bb8e31c
pkgname = thunar-dropbox-git
diff --git a/PKGBUILD b/PKGBUILD
index 1d92cd85b475..4c289cbda61b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,28 +2,30 @@
_pkgname=thunar-dropbox
pkgname=${_pkgname}-git
-pkgver=0.2.1.r2.g61ba51b
-pkgrel=2
+epoch=1
+pkgver=0.2.1+6+g5c3c178
+pkgrel=1
pkgdesc="Thunar plugin that adds dropbox context-menu (patched for thunarx-3)"
arch=('i686' 'x86_64')
url="https://github.com/Maato/thunar-dropbox"
license=('GPL3')
depends=('thunar>=1.7.0' 'dropbox')
makedepends=('python2' 'git')
-source=("${_pkgname}::git+https://github.com/Maato/thunar-dropbox"
- 'thunarx-3-port.patch::https://github.com/twa022/thunar-dropbox/commit/2da13dc73c56cea4a1d3de19c4917467954f985d.patch')
-sha256sums=('SKIP'
- 'ab12fdc792903a3e07fba3cd58c9553075a3bff672fcc45b561ccb7c5bb8e31c')
+#source=("${_pkgname}::git+https://github.com/Maato/thunar-dropbox"
+# 'thunarx-3-port.patch::https://github.com/twa022/thunar-dropbox/commit/2da13dc73c56cea4a1d3de19c4917467954f985d.patch')
+source=("${_pkgname}::git+https://github.com/Jeinzi/thunar-dropbox#branch=dev-jeinzi")
+sha256sums=('SKIP')
+# 'ab12fdc792903a3e07fba3cd58c9553075a3bff672fcc45b561ccb7c5bb8e31c')
pkgver() {
cd "${srcdir}/${_pkgname}"
- git describe --long --tags | sed -r "s/([^-]*-g)/r\1/;s/-/./g"
+ git describe --long --tags | sed -r "s:-:+:g" #/([^-]*-g)/r\1/;s/-/./g"
}
-prepare() {
- cd "${srcdir}/${_pkgname}"
- patch -uNp1 -r- -i ../thunarx-3-port.patch
-}
+#prepare() {
+# cd "${srcdir}/${_pkgname}"
+# patch -uNp1 -r- -i ../thunarx-3-port.patch
+#}
build() {
cd "${srcdir}/${_pkgname}"