summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjo2k2024-03-12 07:57:19 +0100
committerjo2k2024-03-12 07:57:19 +0100
commit2191d759dcbe5997b0b0459b7223ea6883b5b2eb (patch)
tree7f789b4241a8c06c7cea8598e69963801b0de855
parentb7ddcbc1b5406141774bcd0b43e4e91f52e3fcef (diff)
downloadaur-2191d759dcbe5997b0b0459b7223ea6883b5b2eb.tar.gz
use double dash for long options
ref: https://github.com/syncthing/syncthing/pull/9301
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD20
-rw-r--r--syncthing-ui.desktop2
3 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9d84888dfa2..3357ca9d2997 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = syncthing-desktop-entries
pkgdesc = Adds files to integrate Syncthing in your desktop environment.
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/syncthing/syncthing
arch = any
@@ -11,7 +11,7 @@ pkgbase = syncthing-desktop-entries
source = syncthing-ui.desktop
source = syncthing.svg
sha256sums = 750f60ce1da6a9f30494d676141151d99eb4c7f6cc58e04cd1478cff94834b40
- sha256sums = fe101b991f56b3b11f029e6f019371c4190b09db726d1d13bf5a437ffa781bb8
+ sha256sums = 07e5560cba895df128bef12d8a4397fd37dc0311311a390111ba1f46d96cc0b5
sha256sums = 32a59ba5e16eea315c533d38358107984049d54c8130122cd0a63480fffa80dd
pkgname = syncthing-desktop-entries
diff --git a/PKGBUILD b/PKGBUILD
index a31e33888f63..c2d1ba07ad7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Hugo Rodrigues <hugorodrigues at openmailbox dot com>
pkgname=syncthing-desktop-entries
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc='Adds files to integrate Syncthing in your desktop environment.'
url='https://github.com/syncthing/syncthing'
@@ -11,19 +11,17 @@ license=('GPL')
depends=('syncthing')
conflicts=('syncthing-appmenu')
source=(
- 'syncthing-start.desktop'
- 'syncthing-ui.desktop'
+ 'syncthing-start.desktop'
+ 'syncthing-ui.desktop'
'syncthing.svg'
)
-sha256sums=(
- '750f60ce1da6a9f30494d676141151d99eb4c7f6cc58e04cd1478cff94834b40'
- 'fe101b991f56b3b11f029e6f019371c4190b09db726d1d13bf5a437ffa781bb8'
- '32a59ba5e16eea315c533d38358107984049d54c8130122cd0a63480fffa80dd'
-)
+sha256sums=('750f60ce1da6a9f30494d676141151d99eb4c7f6cc58e04cd1478cff94834b40'
+ '07e5560cba895df128bef12d8a4397fd37dc0311311a390111ba1f46d96cc0b5'
+ '32a59ba5e16eea315c533d38358107984049d54c8130122cd0a63480fffa80dd')
package() {
- install -Dm644 "${srcdir}"/syncthing-start.desktop "${pkgdir}"/usr/share/applications/syncthing-start.desktop
- install -Dm644 "${srcdir}"/syncthing-ui.desktop "${pkgdir}"/usr/share/applications/syncthing-ui.desktop
- install -Dm644 "${srcdir}"/syncthing.svg "${pkgdir}"/usr/share/pixmaps/syncthing.svg
+ install -Dm644 "${srcdir}"/syncthing-start.desktop "${pkgdir}"/usr/share/applications/syncthing-start.desktop
+ install -Dm644 "${srcdir}"/syncthing-ui.desktop "${pkgdir}"/usr/share/applications/syncthing-ui.desktop
+ install -Dm644 "${srcdir}"/syncthing.svg "${pkgdir}"/usr/share/pixmaps/syncthing.svg
}
diff --git a/syncthing-ui.desktop b/syncthing-ui.desktop
index 2641ade2d90e..34ad4770ee9d 100644
--- a/syncthing-ui.desktop
+++ b/syncthing-ui.desktop
@@ -2,7 +2,7 @@
Name=Syncthing Web UI
GenericName=File synchronization UI
Comment=Opens Syncthing's Web UI in the default browser (Syncthing must already be started).
-Exec=/usr/bin/syncthing -browser-only
+Exec=/usr/bin/syncthing --browser-only
Icon=syncthing
Terminal=false
Type=Application