diff options
author | Martchus | 2025-04-19 18:13:19 +0200 |
---|---|---|
committer | Martchus | 2025-04-19 18:13:19 +0200 |
commit | 87151826f56575e08bb20c9ca29b2167e5854c24 (patch) | |
tree | b12f4386e800225de1514bbde978a1c39f5a07d1 | |
parent | 3ea4748d14dba952eb64cc8c44c55ffd4100235f (diff) | |
download | aur-87151826f56575e08bb20c9ca29b2167e5854c24.tar.gz |
Update version
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = mingw-w64-syncthingtray pkgdesc = Tray application for Syncthing (mingw-w64) - pkgver = 1.7.5 + pkgver = 1.7.6 pkgrel = 1 url = https://github.com/Martchus/syncthingtray arch = any @@ -30,9 +30,9 @@ pkgbase = mingw-w64-syncthingtray options = staticlibs options = !strip options = !emptydirs - source = syncthingtray-1.7.5.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.7.5.tar.gz + source = syncthingtray-1.7.6.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.7.6.tar.gz source = syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest - sha256sums = 865369c977fdfcd3956d18e04230f483a0fcf073602e9ae7c5761044e49087bc + sha256sums = 0860967b2bed4e81745956f2c676904d4de14d368033f5c3f0f98e83843e985a sha256sums = SKIP pkgname = mingw-w64-syncthingtray @@ -15,7 +15,7 @@ _enable_libsyncthing=${MINGW_W64_SYNCTHING_TRAY_ENABLE_LIBSYNCTHING:-ON} _reponame=syncthingtray pkgname=mingw-w64-syncthingtray _name=${pkgname#mingw-w64-} -pkgver=1.7.5 +pkgver=1.7.6 pkgrel=1 arch=('any') pkgdesc='Tray application for Syncthing (mingw-w64)' @@ -31,7 +31,7 @@ makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg' 'n url="https://github.com/Martchus/${_reponame}" source=("${_name}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") [[ $_enable_libsyncthing == ON ]] && source+=("syncthing::git+https://github.com/Martchus/syncthing.git#branch=libsyncthing-latest") -sha256sums=('865369c977fdfcd3956d18e04230f483a0fcf073602e9ae7c5761044e49087bc' +sha256sums=('0860967b2bed4e81745956f2c676904d4de14d368033f5c3f0f98e83843e985a' 'SKIP') options=(!buildflags staticlibs !strip !emptydirs) |