summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeinzi2019-02-04 22:34:00 +0100
committerJeinzi2019-02-04 22:34:00 +0100
commitdc6b775121a0803f32db51606c27c2c9698cb517 (patch)
tree84953dfbf79312ceffa79d22d31ca045e9e16a3e
parentbce9ae2b9c3f3db22ff47c058bab11d37c077bf0 (diff)
downloadaur-dc6b775121a0803f32db51606c27c2c9698cb517.tar.gz
New maintainer, new source, update to 0.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD12
3 files changed, 16 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19fe2c2843b0..cf355bf46111 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = thunar-dropbox
pkgdesc = Plugin for thunar that adds context-menu items for dropbox.
- pkgver = 0.2.1
+ pkgver = 0.3.0
pkgrel = 1
- url = http://nullwise.com/thunar-dropbox.html
+ url = https://github.com/Jeinzi/thunar-dropbox
arch = i686
arch = x86_64
license = GPL3
makedepends = python2
depends = thunar
- source = http://nullwise.com/files/thunar-dropbox/thunar-dropbox-0.2.1.tar.bz2
- md5sums = 52bb2caa26afaf80835a56b9ad3d2155
+ source = thunar-dropbox-0.3.0.zip::https://github.com/Jeinzi/thunar-dropbox/archive/0.3.0.zip
+ sha256sums = 776e563aac7b3a5f136e82fee13eb083d6446a44ddcea0c228017133c2180a81
pkgname = thunar-dropbox
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..cc1557d1abe9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+
+!.gitignore
+!.SRCINFO
+!PKGBUILD \ No newline at end of file
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"