summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2021-08-31 14:03:14 +0800
committeryjun2021-08-31 14:03:14 +0800
commit2bb4676c8307f470cf115223b480451845cef3fd (patch)
tree8f2d6e3c241e812602c7f6c1770b621afd3f464d
parenta3fe74089ddfaec5898a29aa66017975653ba261 (diff)
downloadaur-2bb4676c8307f470cf115223b480451845cef3fd.tar.gz
updpkg: memocast-bin 2.1.9
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD5
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78f077702e85..861a06c4ab7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = memocast-bin
pkgdesc = Yet another elegant Wiz Note Client, which was built with Quasar UI Framework and based on Electron.
- pkgver = 2.1.8
+ pkgver = 2.1.9
pkgrel = 1
url = https://github.com/TankNee/Memocast
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = memocast-bin
provides = memocast
conflicts = memocast
replaces = neeto-vue
- source = memocast-2.1.8.deb::https://github.com/TankNee/Memocast/releases/download/v2.1.8/Memocast-2.1.8-amd64-linux.deb
+ source = memocast-2.1.9.deb::https://github.com/TankNee/Memocast/releases/download/v2.1.9/Memocast-2.1.9-amd64-linux.deb
source = https://raw.githubusercontent.com/TankNee/Memocast/master/LICENSE
source = memocast.sh
- sha256sums = 1bc958998a5ecdce85c0d91f0247a1ad5444e0dab735a9dc30a0f1f583029db3
+ sha256sums = 004c69cabf487a223511b93f64149b6d1880ea9a1a30842ce3798d1f09b42b4d
sha256sums = 09141f28d3723a64b16c54cbecd3b239301c879fc2f229dd70528cf75878b812
sha256sums = 907104b1a2cb10f13def27a871147399c6d06ecaa81505d533ab5b2388e13569
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f27a0ba49aa0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+pkg/
+src/
+*.deb
+*.zst
+LICENSE \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 6c7e7786afcd..7ffd872bf333 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=memocast-bin
_pkgname=${pkgname%-bin}
_filename=Memocast
-pkgver=2.1.8
+pkgver=2.1.9
pkgrel=1
pkgdesc="Yet another elegant Wiz Note Client, which was built with Quasar UI Framework and based on Electron."
arch=('x86_64')
@@ -14,12 +14,11 @@ makedepends=('tar')
provides=("${_pkgname}")
conflicts=("${_pkgname}")
replaces=("neeto-vue")
-# strip takes too long time, so skip it.
# options=('!strip')
source=("${_pkgname}-${pkgver}.deb::https://github.com/TankNee/Memocast/releases/download/v${pkgver}/${_filename}-${pkgver}-amd64-linux.deb"
"https://raw.githubusercontent.com/TankNee/Memocast/master/LICENSE"
"${_pkgname}.sh")
-sha256sums=('1bc958998a5ecdce85c0d91f0247a1ad5444e0dab735a9dc30a0f1f583029db3'
+sha256sums=('004c69cabf487a223511b93f64149b6d1880ea9a1a30842ce3798d1f09b42b4d'
'09141f28d3723a64b16c54cbecd3b239301c879fc2f229dd70528cf75878b812'
'907104b1a2cb10f13def27a871147399c6d06ecaa81505d533ab5b2388e13569')