summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Polti2020-11-21 00:06:54 +0100
committerAlexis Polti2020-11-21 00:06:54 +0100
commit5e96b23c380f622a884f9d4665c0608bdb6b85be (patch)
treebe5dca1814e8980c082ac838931a88180e5f3cfc
parent0db778901cb8c2188ae14503cdcaa1844183aa4b (diff)
downloadaur-5e96b23c380f622a884f9d4665c0608bdb6b85be.tar.gz
Workaround a stupid behaviour of yay
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e6baa5e1c22..daf5f0659e8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = jlink-systemview-target-src
pkgdesc = Segger SystemView target src for Linux
pkgver = 3.20
pkgrel = 1
- epoch = 0
+ epoch = 1
url = https://www.segger.com/downloads/free-utilities/#SystemView
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c0a67b3c6bba..88f2ce7655c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=jlink-systemview-target-src
pkgver=3.20
pkgrel=1
-epoch=0
+epoch=1
pkgdesc="Segger SystemView target src for Linux"
arch=('i686' 'x86_64')
license=('custom')
@@ -16,6 +16,8 @@ url="https://www.segger.com/downloads/free-utilities/#SystemView"
package(){
# Cleanup
rm -f cookie
+ # Work around a stupid behaviour of Yay
+ rm -f $(HOME)/.cache/yay/jlink-systemview-target-src
# Match package in /opt
install -dm755 "${pkgdir}/opt/SEGGER/Target-src" \