Update: dsview 1:1.3.0-1

upstream release
This commit is contained in:
Jake 2023-07-23 11:51:34 +02:00
parent 2e79a41827
commit 53f7e8dc79
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = dsview
pkgdesc = Client software that supports the DreamSourceLab logic analyzer
pkgver = 1.2.2
pkgver = 1.3.0
pkgrel = 1
epoch = 1
url = http://www.dreamsourcelab.com/
@ -14,7 +14,7 @@ pkgbase = dsview
depends = qt5-base
depends = fftw
depends = python
source = DSView-1.2.2.tar.gz::https://github.com/DreamSourceLab/DSView/archive/v1.2.2.tar.gz
sha384sums = 7fb5c8970fe88a58b94571cc36ed0916d758bd4a1e3d0d80713b3b7124fdb164607ee806c34b84bc5248e2937ec4b915
source = DSView-1.3.0.tar.gz::https://github.com/DreamSourceLab/DSView/archive/v1.3.0.tar.gz
sha384sums = 2fb32b0c48275ee4c7278fda59174aa7f7873a203952eded105cb7de1f2e60387a1db7a955455ceba5c269b911fe9a66
pkgname = dsview

View file

@ -6,7 +6,7 @@
# epoch 1: 1.2.0
epoch=1
pkgname=dsview
pkgver=1.2.2
pkgver=1.3.0
pkgrel=1
pkgdesc="Client software that supports the DreamSourceLab logic analyzer"
arch=('i686' 'x86_64')
@ -18,7 +18,7 @@ makedepends=('cmake' 'ninja' 'boost')
source=(
"DSView-$pkgver.tar.gz::https://github.com/DreamSourceLab/DSView/archive/v${pkgver}.tar.gz"
)
sha384sums=('7fb5c8970fe88a58b94571cc36ed0916d758bd4a1e3d0d80713b3b7124fdb164607ee806c34b84bc5248e2937ec4b915')
sha384sums=('2fb32b0c48275ee4c7278fda59174aa7f7873a203952eded105cb7de1f2e60387a1db7a955455ceba5c269b911fe9a66')
prepare() {
sed -i 's#MODE="0666"#TAG+="uaccess"#' \