summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordoragasu2018-09-22 00:43:05 +0200
committerdoragasu2018-09-22 00:43:05 +0200
commitbcc1dd53e3e2006b5221452ab301897ba1e9d414 (patch)
tree40816729cc572fe20aba6e0bd89598a38f3689cb
parentd89124b685ba89c7fa8ab2d34cf771f32e809e02 (diff)
downloadaur-bcc1dd53e3e2006b5221452ab301897ba1e9d414.tar.gz
Fixed patch download URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0ef2053126f..adb55d6a6969 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = lattice-diamond
pkgdesc = Lattice Diamond design software
pkgver = 3.10.2.115.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.latticesemi.com/
install = lattice-diamond.install
arch = x86_64
license = custom
options = !strip
source = http://files.latticesemi.com/Diamond/3.10/diamond_3_10-base_x64-111-2-x86_64-linux.rpm
- source = http://files.latticesemi.com/Diamond/3.10/diamond_3_10-sp2_x64-115-1-x86_64-linux.rpm
+ source = http://files.latticesemi.com/Diamond/3.10.2/diamond_3_10-sp2_x64-115-1-x86_64-linux.rpm
source = lattice-diamond.png
source = lattice-diamond.desktop
source = lattice-diamond.install
diff --git a/PKGBUILD b/PKGBUILD
index 6442a1f44e18..90644c67bab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,11 +15,11 @@ pkgdesc='Lattice Diamond design software'
url=http://www.latticesemi.com/
license=('custom')
pkgver=${_version}.${_sp}.${_build}
-pkgrel=1
+pkgrel=2
arch=('x86_64')
install=$pkgname.install
source=("http://files.latticesemi.com/Diamond/${_version}/diamond_${_version/"."/"_"}-base_x64-${_base}-${arch}-linux.rpm"
- "http://files.latticesemi.com/Diamond/${_version}/diamond_${_version/"."/"_"}-sp${_sp}_x64-${_build/"."/"-"}-${arch}-linux.rpm"
+ "http://files.latticesemi.com/Diamond/${_version}.${_sp}/diamond_${_version/"."/"_"}-sp${_sp}_x64-${_build/"."/"-"}-${arch}-linux.rpm"
"${pkgname}.png"
"${pkgname}.desktop"
"${pkgname}.install")