summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2016-07-13 12:55:22 -0700
committerKyle Manna2016-07-13 12:55:22 -0700
commit3b38f6d2a97c12c4e9f94bfe825a08f7b6f47581 (patch)
tree808f949c1cd5d0a4e08ed2525bec82b77df871c5
parent4eea63666d04a354e4f435502bba40ab53587b58 (diff)
downloadaur-3b38f6d2a97c12c4e9f94bfe825a08f7b6f47581.tar.gz
pkgrel: Update source URL
* Update the source URL to remove the file:// handler which apparently doesn't work anymore.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9aa95f495ee..5b61e8a0c8e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=kinetis-design-studio-bin
pkgver=3.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="NXP / Freescale Kinetis Design Studio"
#arch=('i686' 'x86_64')
arch=('x86_64')
@@ -16,7 +16,7 @@ license=('EULA')
groups=('base-devel')
depends=()
options=('!strip')
-source=('file://kinetis-design-studio_3.2.0-1_amd64.deb')
+source=("kinetis-design-studio_${pkgver}-1_amd64.deb")
sha512sums=('93c0f2f5e78f1cd2d184bf8ab26e72d4565e552a0c36a31d34a9b9b35e5c2d04cab41b1c5e3c37d9d5e9f653124b33db6a2f3224a30424ed53a1d8d811f70e5c')
package() {