summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAliaksandr Stelmachonak a.k.a. ava1ar2019-07-01 21:37:23 -0400
committerAliaksandr Stelmachonak a.k.a. ava1ar2019-07-01 21:37:42 -0400
commitd660764b6df760d2df65901b199c76a303f5374b (patch)
treee662fb21211e528d36ad2242fbcee969dcdee0a0 /PKGBUILD
parenteb64d87a86a8029fdcb0c4f633ee430403a3be62 (diff)
downloadaur-d660764b6df760d2df65901b199c76a303f5374b.tar.gz
Fix download URL
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b4ab273cb61..ed5a43256716 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ url="http://www.sourcegear.com/diffmerge/"
arch=('i686' 'x86_64')
license=('custom')
depends=('gtk2' 'libpng15' 'curl')
-source_i686+=("http://download-us.sourcegear.com/DiffMerge/4.2.0/${pkgname}-${pkgver}.stable-1.i686.rpm")
-source_x86_64+=("http://download-us.sourcegear.com/DiffMerge/4.2.0/${pkgname}-${pkgver}.stable-1.x86_64.rpm")
+source_i686+=("http://download.sourcegear.com/DiffMerge/4.2.0/${pkgname}-${pkgver}.stable-1.i686.rpm")
+source_x86_64+=("http://download.sourcegear.com/DiffMerge/4.2.0/${pkgname}-${pkgver}.stable-1.x86_64.rpm")
md5sums_i686=('461659a788785e4b1979ba81ee4ed8f3')
md5sums_x86_64=('230a8ce57ae5ef88f79113ceb39b839f')