diff options
author | emanuele-f | 2021-03-14 17:45:41 +0100 |
---|---|---|
committer | emanuele-f | 2021-03-14 17:45:41 +0100 |
commit | 1a49d9cd314f4f30565df1a92b21ee65a97bf678 (patch) | |
tree | 7998bc768b43adb89cb09092059677766710062d | |
parent | 6908c1ea3eb7607113f89bae42b00d820c8e1b6d (diff) | |
download | aur-syncthingtray-lite.tar.gz |
Update to 1.1.3
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = syncthingtray-lite pkgdesc = Tray application for Syncthing - without the KDE integrations - pkgver = 1.1.0 + pkgver = 1.1.3 pkgrel = 1 url = https://github.com/Martchus/syncthingtray arch = i686 @@ -21,8 +21,8 @@ pkgbase = syncthingtray-lite depends = qt5-webengine conflicts = syncthingtray conflicts = syncthingtray-git - source = syncthingtray-lite-1.1.0.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.0.tar.gz - sha256sums = 730301d51744c7c54a393b06a3a02cd93d2275d8864d8a2dc84a86afc901756f + source = syncthingtray-lite-1.1.3.tar.gz::https://github.com/Martchus/syncthingtray/archive/v1.1.3.tar.gz + sha256sums = 7e6580e8dee78fb3a3dacf4d55f02c7f8b44dac1785275bb7d937e59f57f295b pkgname = syncthingtray-lite @@ -11,7 +11,7 @@ _webview_provider=${SYNCTHING_TRAY_WEBVIEW_PROVIDER:-webengine} _reponame=syncthingtray pkgname=syncthingtray-lite -pkgver=1.1.0 +pkgver=1.1.3 pkgrel=1 arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64') pkgdesc='Tray application for Syncthing - without the KDE integrations' @@ -24,7 +24,7 @@ makedepends=('cmake' 'ninja' 'qt5-tools' 'mesa') conflicts=('syncthingtray' 'syncthingtray-git') url="https://github.com/Martchus/${_reponame}" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Martchus/${_reponame}/archive/v${pkgver}.tar.gz") -sha256sums=('730301d51744c7c54a393b06a3a02cd93d2275d8864d8a2dc84a86afc901756f') +sha256sums=('7e6580e8dee78fb3a3dacf4d55f02c7f8b44dac1785275bb7d937e59f57f295b') build() { cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}" |