summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaato2017-06-19 13:11:07 +0200
committerMaato2017-06-19 13:11:07 +0200
commitbce9ae2b9c3f3db22ff47c058bab11d37c077bf0 (patch)
tree30bc29a46f547dc795d28ae8e3c5077a7cb34d3f
parent9b158ef7ddac62139362c4bd4e15e411601227e3 (diff)
downloadaur-bce9ae2b9c3f3db22ff47c058bab11d37c077bf0.tar.gz
Changed the location of the source files.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f11a2a5ac331..19fe2c2843b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Sat Jun 25 21:53:54 UTC 2016
pkgbase = thunar-dropbox
pkgdesc = Plugin for thunar that adds context-menu items for dropbox.
pkgver = 0.2.1
pkgrel = 1
- url = http://www.softwarebakery.com/maato/thunar-dropbox.html
+ url = http://nullwise.com/thunar-dropbox.html
arch = i686
arch = x86_64
license = GPL3
makedepends = python2
depends = thunar
- source = http://www.softwarebakery.com/maato/files/thunar-dropbox/thunar-dropbox-0.2.1.tar.bz2
+ source = http://nullwise.com/files/thunar-dropbox/thunar-dropbox-0.2.1.tar.bz2
md5sums = 52bb2caa26afaf80835a56b9ad3d2155
pkgname = thunar-dropbox
diff --git a/PKGBUILD b/PKGBUILD
index 1aa141dbc3db..6c20f96e700b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Contributor: Maato <maato softwarebakery com>
+# Maintainer: Maato <maato softwarebakery com>
pkgname='thunar-dropbox'
pkgver=0.2.1
pkgrel=1
pkgdesc="Plugin for thunar that adds context-menu items for dropbox."
arch=('i686' 'x86_64')
-url="http://www.softwarebakery.com/maato/thunar-dropbox.html"
+url="http://nullwise.com/thunar-dropbox.html"
license=('GPL3')
depends=('thunar')
makedepends=('python2')
-source=(http://www.softwarebakery.com/maato/files/thunar-dropbox/$pkgname-$pkgver.tar.bz2)
+source=(http://nullwise.com/files/thunar-dropbox/$pkgname-$pkgver.tar.bz2)
md5sums=('52bb2caa26afaf80835a56b9ad3d2155')
build() {