diff options
author | Maato | 2017-06-19 13:11:07 +0200 |
---|---|---|
committer | Maato | 2017-06-19 13:11:07 +0200 |
commit | bce9ae2b9c3f3db22ff47c058bab11d37c077bf0 (patch) | |
tree | 30bc29a46f547dc795d28ae8e3c5077a7cb34d3f /PKGBUILD | |
parent | 9b158ef7ddac62139362c4bd4e15e411601227e3 (diff) | |
download | aur-bce9ae2b9c3f3db22ff47c058bab11d37c077bf0.tar.gz |
Changed the location of the source files.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() { |