diff options
author | taotieren | 2024-05-31 00:22:55 +0800 |
---|---|---|
committer | taotieren | 2024-05-31 00:22:55 +0800 |
commit | 79eab217a430b255baa72a69b6dc37c841ee0e4e (patch) | |
tree | a3fca45d329c5d8b8e026e5848557650e45ab01b | |
parent | b6a69fd56149f910fe84a7d81f76e2574b8a6d13 (diff) | |
download | aur-79eab217a430b255baa72a69b6dc37c841ee0e4e.tar.gz |
[lilac] updated to 0.3.5.r0.g37bc8da-1
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 12 |
2 files changed, 5 insertions, 14 deletions
@@ -1,6 +1,6 @@ pkgbase = serialtest-git pkgdesc = A cross-platform test tool for serial port, Bluetooth, TCP and UDP. - pkgver = 0.3.3.r1.g10fc7a8 + pkgver = 0.3.5.r0.g37bc8da pkgrel = 1 url = https://github.com/wh201906/SerialTest install = serialtest-git.install @@ -10,15 +10,12 @@ pkgbase = serialtest-git license = GPL-3.0-only makedepends = qt5-tools makedepends = git - depends = gcc-libs - depends = glibc depends = qcustomplot - depends = qt5-base depends = qt5-serialport depends = qt5-connectivity provides = SerialTest conflicts = serialtest - source = SerialTest::git+https://github.com/wh201906/SerialTest.git + source = SerialTest::git+https://github.com/wh201906/SerialTest.git#branch=dev source = serialtest-git.install sha256sums = SKIP sha256sums = 303f34246c0d341e1093d6e486e2cbfdbbb0d122d751de649f562ebac37777b4 @@ -15,18 +15,12 @@ license=('GPL-3.0-only') provides=(${_pkgname}) conflicts=(${pkgname%-git}) #replaces=(${pkgname}) -depends=( - 'gcc-libs' - 'glibc' - 'qcustomplot' - 'qt5-base' - 'qt5-serialport' - 'qt5-connectivity') +depends=('qcustomplot' 'qt5-serialport' 'qt5-connectivity') makedepends=('qt5-tools' 'git') backup=() options=() install=${pkgname}.install -source=("${_pkgname}::git+${url}.git" +source=("${_pkgname}::git+${url}.git#branch=dev" "${pkgname}.install") sha256sums=('SKIP' '303f34246c0d341e1093d6e486e2cbfdbbb0d122d751de649f562ebac37777b4') @@ -38,7 +32,7 @@ sha256sums=('SKIP' pkgver() { cd "${srcdir}/${_pkgname}/" - git describe --long --tags | sed 's/^[vV]//g;s/\([^-]*-g\)/r\1/;s/-/./g' + git describe --long --tags | sed 's/V//g;s/v//g;s/\([^-]*-g\)/r\1/;s/-/./g' } prepare() |