summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFernando Manfredi2017-10-21 04:58:06 -0200
committerFernando Manfredi2017-10-21 04:58:06 -0200
commit9814b3be1ef3f0b5d25742542a03364606961dda (patch)
tree63d3f981da5e730a4ccb60fc3a982690bfacf313 /PKGBUILD
parent1cb3d6d231a6d30cc5327dbd2f1dda1b12352058 (diff)
downloadaur-firefox-vacuum.tar.gz
URL fix, temporary on Acidhub host
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb1a170e0434..3797e222f38e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
-# Maintainer: Lara Maia <lara@craft.net.br>
+# Maintainer: Lara Maia <dev@lara.click>
+# Co-Mainteiner: Acidhub <contact@acidhub.click>
pkgname=firefox-vacuum
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Script for optimize firefox database"
arch=('any')
-url="http://lara.craft.net.br"
+url="http://acidhub.click"
license=('GPL')
depends=('sqlite')
-source=("http://lara.craft.net.br/$pkgname.sh"
+
+source=("$url/downloads/$pkgname.sh"
"$pkgname.service"
"$pkgname.install")