aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPippo Peppo2021-05-12 21:50:01 +0200
committerPippo Peppo2021-05-12 21:50:01 +0200
commit90e6e43cbe7be76220ae2f88957fd3caa5269366 (patch)
treedfdd66a5c48bd9a13102398fac16c91e83c2b5b4
parent5b762b49b9c14188e46bbed4bdd732f1e6f636dd (diff)
downloadaur-90e6e43cbe7be76220ae2f88957fd3caa5269366.tar.gz
Updated to 2.2.1_553
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore8
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acbd5ebbee2f..2b44dc63b10a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = synology-note-station
- pkgdesc = Note Station for desktop connects you with Note Station on your Synology NAS. You can manage all the notes/to-do list offline, right from your local computer.
- pkgver = 2.2.0_524
+ pkgdesc = Synology Note Station Client connects you with Note Station on your Synology NAS. You can manage all the notes/to-do list offline, right from your local computer.
+ pkgver = 2.2.1_553
pkgrel = 1
url = https://www.synology.com/support/download/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = synology-note-station
depends = gtk3
depends = nss
options = emptydirs
- source = https://global.download.synology.com/download/Utility/NoteStationClient/2.2.0-524/Ubuntu/x86_64/synology-note-station-client-2.2.0-524-linux-x64.deb
- md5sums = 9542a95a348ee4d8366554f4f33156fb
+ source = https://global.download.synology.com/download/Utility/NoteStationClient/2.2.1-553/Ubuntu/x86_64/synology-note-station-client-2.2.1-553-linux-x64.deb
+ md5sums = 51a48b2e8a5f11f8df9a68960482998f
pkgname = synology-note-station
diff --git a/.gitignore b/.gitignore
index ff78cbcddabb..e50aaf876c47 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-synology-note-station-*
-src/
-pkg/
-.idea/
+/*
+!/PKGBUILD
+!/.SRCINFO
+
diff --git a/PKGBUILD b/PKGBUILD
index 705cb1450319..21ef8725d726 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Pippo Peppo <abc@gmx.ch>
# Contributor: Sebastian Weisgerber <sweisgerber.dev@gmail.com>
pkgname=synology-note-station
-pkgver=2.2.0_524
+pkgver=2.2.1_553
pkgrel=1
-pkgdesc="Note Station for desktop connects you with Note Station on your Synology NAS. You can manage all the notes/to-do list offline, right from your local computer."
+pkgdesc="Synology Note Station Client connects you with Note Station on your Synology NAS. You can manage all the notes/to-do list offline, right from your local computer."
arch=('i686' 'x86_64')
url="https://www.synology.com/support/download/"
license=('(C) Synology: Proprietary')
@@ -12,10 +12,10 @@ options=('emptydirs')
# https://www.synology.com/en-us/support/download/DS216
if [[ ${CARCH} == "i686" ]]; then
source=("https://global.download.synology.com/download/Utility/NoteStationClient/${pkgver/_/-}/Ubuntu/i686/synology-note-station-client-${pkgver/_/-}-linux-x86.deb")
- md5sums=('5fc5d3f0439b4b82a042671d6910d302')
+ md5sums=('cbe057ee637083f1da7bfdb9b901061d')
elif [[ ${CARCH} == "x86_64" ]]; then
source=("https://global.download.synology.com/download/Utility/NoteStationClient/${pkgver/_/-}/Ubuntu/x86_64/synology-note-station-client-${pkgver/_/-}-linux-x64.deb")
- md5sums=('9542a95a348ee4d8366554f4f33156fb')
+ md5sums=('51a48b2e8a5f11f8df9a68960482998f')
fi
prepare() {