summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVitali Carbivnicii2015-08-31 12:45:53 -0400
committerVitali Carbivnicii2015-08-31 12:45:53 -0400
commit6245f32f4fc8ff9e0438e114b9bfe7a42104d83d (patch)
tree1085224ddd82d5bd16d731081950c101b24ac4e1
parent4b947931a004749ff18c8ff040a35a33b31fa080 (diff)
downloadaur-6245f32f4fc8ff9e0438e114b9bfe7a42104d83d.tar.gz
Fixed download links
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 05ecbdf7ae44..2f668d743429 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
# Created by .ignore support plugin (hsz.mobi)
.idea/*
+/activecollab-timer-3.1.2.zip
+/activecollab-timer-3.1.2-2-x86_64.pkg.tar.xz
+/pkg
+/src
.directory \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 86c924aef069..cadb9d890f6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,10 +19,10 @@ backup=()
options=()
if [ "$CARCH" == 'x86_64' ]
then
- source=($pkgname-$pkgver.zip::https://www.activecollab.com/downloads/category/9/package/315/release/4janj8etktpspq2tprxhzloyl/download)
+ source=($pkgname-$pkgver.zip::http://a51dev.com/timer/ac-timer-linux-64bit_3.1.2.zip)
md5sums=(7a426bc8afb62f168893c619ea12aefa)
else
- source=($pkgname-$pkgver.zip::https://www.activecollab.com/downloads/category/9/package/314/release/5qyoyqigiw3tmmp0xmec5uk9e/download)
+ source=($pkgname-$pkgver.zip::http://a51dev.com/timer/ac-timer-linux-32bit_3.1.2.zip)
md5sums=(86aafc496c9fbf904723f4d652f0d23b)
fi