Update: dsview 1:1.3.1-1
upstream release
This commit is contained in:
parent
5ead71c239
commit
f30a2442b1
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = dsview
|
pkgbase = dsview
|
||||||
pkgdesc = Client software that supports the DreamSourceLab logic analyzer
|
pkgdesc = Client software that supports the DreamSourceLab logic analyzer
|
||||||
pkgver = 1.3.0
|
pkgver = 1.3.1
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
epoch = 1
|
epoch = 1
|
||||||
url = http://www.dreamsourcelab.com/
|
url = http://www.dreamsourcelab.com/
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -15,7 +15,7 @@ pkgbase = dsview
|
||||||
depends = fftw
|
depends = fftw
|
||||||
depends = python
|
depends = python
|
||||||
depends = libusb
|
depends = libusb
|
||||||
source = DSView-1.3.0.tar.gz::https://github.com/DreamSourceLab/DSView/archive/v1.3.0.tar.gz
|
source = DSView-1.3.1.tar.gz::https://github.com/DreamSourceLab/DSView/archive/v1.3.1.tar.gz
|
||||||
sha384sums = 2fb32b0c48275ee4c7278fda59174aa7f7873a203952eded105cb7de1f2e60387a1db7a955455ceba5c269b911fe9a66
|
sha384sums = 32d23c8a81e56ee7fae4cda171365b3a54cab9d68f6b73954776aec0c0ee3abeb91259ea16ee1fad90c1fc0f5a895fa6
|
||||||
|
|
||||||
pkgname = dsview
|
pkgname = dsview
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -6,8 +6,8 @@
|
||||||
# epoch 1: 1.2.0
|
# epoch 1: 1.2.0
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgname=dsview
|
pkgname=dsview
|
||||||
pkgver=1.3.0
|
pkgver=1.3.1
|
||||||
pkgrel=2
|
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')
|
||||||
url="http://www.dreamsourcelab.com/"
|
url="http://www.dreamsourcelab.com/"
|
||||||
|
@ -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=('2fb32b0c48275ee4c7278fda59174aa7f7873a203952eded105cb7de1f2e60387a1db7a955455ceba5c269b911fe9a66')
|
sha384sums=('32d23c8a81e56ee7fae4cda171365b3a54cab9d68f6b73954776aec0c0ee3abeb91259ea16ee1fad90c1fc0f5a895fa6')
|
||||||
|
|
||||||
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