Update: dsview 1:1.2.1-1
upstream release
This commit is contained in:
parent
9918411b3b
commit
83ebff9d8c
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = dsview
|
pkgbase = dsview
|
||||||
pkgdesc = Client software that supports the DreamSourceLab logic analyzer
|
pkgdesc = Client software that supports the DreamSourceLab logic analyzer
|
||||||
pkgver = 1.2.0
|
pkgver = 1.2.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = http://www.dreamsourcelab.com/
|
url = http://www.dreamsourcelab.com/
|
||||||
|
@ -14,7 +14,7 @@ pkgbase = dsview
|
||||||
depends = qt5-base
|
depends = qt5-base
|
||||||
depends = fftw
|
depends = fftw
|
||||||
depends = python
|
depends = python
|
||||||
source = DSView-1.2.0.tar.gz::https://github.com/DreamSourceLab/DSView/archive/v1.2.0.tar.gz
|
source = DSView-1.2.1.tar.gz::https://github.com/DreamSourceLab/DSView/archive/v1.2.1.tar.gz
|
||||||
sha384sums = 076ba3d9cdf5d598ca8a4ad75194f2b9a30c62ac3591df0cbeb9c33c32d380cdf5e9deb3cf644b129d66f3b46b26a530
|
sha384sums = a0cdd4d9e28641ab42bb94354398b470be28ef2ec296544e8eea55186aacc1f2709fdb7f142bf345d6680c15e36cbd65
|
||||||
|
|
||||||
pkgname = dsview
|
pkgname = dsview
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -6,7 +6,7 @@
|
||||||
# epoch 1: 1.2.0
|
# epoch 1: 1.2.0
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgname=dsview
|
pkgname=dsview
|
||||||
pkgver=1.2.0
|
pkgver=1.2.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Client software that supports the DreamSourceLab logic analyzer"
|
pkgdesc="Client software that supports the DreamSourceLab logic analyzer"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -18,7 +18,7 @@ makedepends=('cmake' 'ninja' 'boost')
|
||||||
source=(
|
source=(
|
||||||
"DSView-$pkgver.tar.gz::https://github.com/DreamSourceLab/DSView/archive/v${pkgver}.tar.gz"
|
"DSView-$pkgver.tar.gz::https://github.com/DreamSourceLab/DSView/archive/v${pkgver}.tar.gz"
|
||||||
)
|
)
|
||||||
sha384sums=('076ba3d9cdf5d598ca8a4ad75194f2b9a30c62ac3591df0cbeb9c33c32d380cdf5e9deb3cf644b129d66f3b46b26a530')
|
sha384sums=('a0cdd4d9e28641ab42bb94354398b470be28ef2ec296544e8eea55186aacc1f2709fdb7f142bf345d6680c15e36cbd65')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
sed -i 's#MODE="0666"#TAG+="uaccess"#' \
|
sed -i 's#MODE="0666"#TAG+="uaccess"#' \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue