summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe3ee24d0bd5..1a97944ee3c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = jlink-systemview-target-src
pkgdesc = Segger SystemView target src for Linux
- pkgver = 3.52
+ pkgver = 3.52a
pkgrel = 2
- epoch = 2
+ epoch = 3
url = https://www.segger.com/downloads/free-utilities/#SystemView
arch = i686
arch = x86_64
groups = jlink
license = custom
- source = https://www.segger.com/downloads/systemview/SystemView_Src_V352.zip
- md5sums = c91b0d8318d32a802c51d8011323df00
+ source = https://www.segger.com/downloads/systemview/SystemView_Src_V352a.zip
+ md5sums = 884964a3aaabe3796c0878638dd242b6
pkgname = jlink-systemview-target-src
diff --git a/PKGBUILD b/PKGBUILD
index df7525c9be6c..087329d83d87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Alexis Polti <ArchSegger at gmail dot com>
pkgname=jlink-systemview-target-src
-pkgver=3.52
+pkgver=3.52a
pkgrel=2
-epoch=2
+epoch=3
pkgdesc="Segger SystemView target src for Linux"
arch=('i686' 'x86_64')
license=('custom')
groups=('jlink')
depends=()
source=("https://www.segger.com/downloads/systemview/SystemView_Src_V${pkgver/./}.zip")
-md5sums=('c91b0d8318d32a802c51d8011323df00')
+md5sums=('884964a3aaabe3796c0878638dd242b6')
url="https://www.segger.com/downloads/free-utilities/#SystemView"
package(){