summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJeinzi2019-02-04 22:34:00 +0100
committerJeinzi2019-02-04 22:34:00 +0100
commitdc6b775121a0803f32db51606c27c2c9698cb517 (patch)
tree84953dfbf79312ceffa79d22d31ca045e9e16a3e /PKGBUILD
parentbce9ae2b9c3f3db22ff47c058bab11d37c077bf0 (diff)
downloadaur-dc6b775121a0803f32db51606c27c2c9698cb517.tar.gz
New maintainer, new source, update to 0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c20f96e700b..a4b1dd67a725 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
-# Maintainer: Maato <maato softwarebakery com>
+# Maintainer: Jeinzi <jeinzi at gmx dot de>
+# Contributer: Maato <maato at softwarebakery dot com>
+
pkgname='thunar-dropbox'
-pkgver=0.2.1
+pkgver=0.3.0
pkgrel=1
pkgdesc="Plugin for thunar that adds context-menu items for dropbox."
arch=('i686' 'x86_64')
-url="http://nullwise.com/thunar-dropbox.html"
+url="https://github.com/Jeinzi/thunar-dropbox"
license=('GPL3')
depends=('thunar')
makedepends=('python2')
-source=(http://nullwise.com/files/thunar-dropbox/$pkgname-$pkgver.tar.bz2)
-md5sums=('52bb2caa26afaf80835a56b9ad3d2155')
+source=("$pkgname-$pkgver.zip::https://github.com/Jeinzi/thunar-dropbox/archive/$pkgver.zip")
+sha256sums=('776e563aac7b3a5f136e82fee13eb083d6446a44ddcea0c228017133c2180a81')
build() {
cd "$srcdir/$pkgname-$pkgver"