summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordoragasu2018-06-10 16:13:22 +0200
committerdoragasu2018-06-10 16:13:22 +0200
commit3970865b861c26014e7266d20a82a26b459df865 (patch)
tree3dfff564441b2770c4b91edda97336ee3c5edcb2
parent46dd6541c534f31474769257f7278d89654f1b3f (diff)
downloadaur-3970865b861c26014e7266d20a82a26b459df865.tar.gz
Removed !upx option not anymore supported by makepkg.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e46f971ee04a..0771bae21cb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = lattice-diamond
pkgdesc = Lattice Diamond design software
pkgver = 3.10
- pkgrel = 1
+ pkgrel = 2
url = http://www.latticesemi.com/
install = lattice-diamond.install
arch = x86_64
license = custom
options = !strip
- options = !upx
source = http://files.latticesemi.com/Diamond/3.10/diamond_3_10-base_x64-111-2-x86_64-linux.rpm
source = lattice-diamond.png
source = lattice-diamond.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 8d7320238194..fbef7deb01de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url="http://www.latticesemi.com/"
license=('custom')
pkgver=3.10
_revision="111-2"
-pkgrel=1
+pkgrel=2
arch=('x86_64')
install="${pkgname}.install"
source=("http://files.latticesemi.com/Diamond/${pkgver}/diamond_${pkgver/"."/"_"}-base_x64-${_revision}-${arch}-linux.rpm"
@@ -18,7 +18,7 @@ sha512sums=('423f4df79c3f07a7cf9cfd17914019f3c06187c4c1a04f13d48e255d3f75dfea2e1
'772fa260bb1a4ed7c4e328a99b3cd16b625e8880d7731abbe0cd59dbe4d743265e169a26ceba7b619a87c1cb9638a268a5501d3358863171ee808e59b2d3b0ac'
'b5365ac137c6114bdd3e1d6bd1f9e2f8f5306cbf763d457190567c0f8d3086bf3dde11f50a22d35e759b62860f0014c66d631d463fd369d09162905fd5732c07'
'e9b7613fe4cd42085515bccd0bcbf96b0a6185e2c4b1daa1609f888b9e71cca806bb74aca300bfb8c5cd8ef305c34e070e67d4d2bb9ee85e5a7b5f1cffcdb048')
-options=('!strip' '!upx')
+options=('!strip')
#PKGEXT=".pkg.tar" # The package is over 3 GB, uncomment this line if you prefer not compressing it
prepare() {