summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-01-12 16:52:58 +0100
committerNarrat2020-01-12 16:52:58 +0100
commit4c0567a4dcdf87bab5a5d1c73c909f515572c0c7 (patch)
tree691e75c6424da330207e889f2616dfe8bdc2d193
parent5095c996b36f0ad2a6f6766781cf406d1129fbee (diff)
downloadaur-4c0567a4dcdf87bab5a5d1c73c909f515572c0c7.tar.gz
update to 1.1.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a3ebf27348e..943013286ff9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Thu May 2 11:20:47 UTC 2019
pkgbase = yosoro-bin
pkgdesc = Beautiful Cloud Drive Markdown NoteBook Desktop App.
- pkgver = 1.1.5
+ pkgver = 1.1.7
pkgrel = 1
url = https://github.com/IceEnd/Yosoro
arch = x86_64
license = GPL
depends = xdg-utils
- source_x86_64 = https://github.com/IceEnd/Yosoro/releases/download/v1.1.5/Yosoro-linux.deb
- sha512sums_x86_64 = 81889d8c4f450ef6a76eb0a24fadc6c1c4718f7ffa6a759b46466e4b84587f56112d245b04b5175ed77abf7799463073c3168dc92dd383144d87508621deb08d
+ source_x86_64 = https://github.com/IceEnd/Yosoro/releases/download/v1.1.7/Yosoro-linux.deb
+ sha512sums_x86_64 = c15e5c44dfbc795339af57998607e6bf2e58710512426e47f7805447c69dfdc0938eb820443a6ed8dd6e9fbad06186c3ac147d139373093313d5f1dda5730797
pkgname = yosoro-bin
diff --git a/PKGBUILD b/PKGBUILD
index 45bddb97b992..a166e4dc4a03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
-# Maintainer: liberodark
+# Contributor: liberodark
pkgname=yosoro-bin
-pkgver=1.1.5
+pkgver=1.1.7
pkgrel=1
pkgdesc="Beautiful Cloud Drive Markdown NoteBook Desktop App."
arch=('x86_64')
url="https://github.com/IceEnd/Yosoro"
license=('GPL')
depends=('xdg-utils')
-source_x86_64=("https://github.com/IceEnd/Yosoro/releases/download/v1.1.5/Yosoro-linux.deb")
-sha512sums_x86_64=('81889d8c4f450ef6a76eb0a24fadc6c1c4718f7ffa6a759b46466e4b84587f56112d245b04b5175ed77abf7799463073c3168dc92dd383144d87508621deb08d')
+source_x86_64=("https://github.com/IceEnd/Yosoro/releases/download/v${pkgver}/Yosoro-linux.deb")
+sha512sums_x86_64=('c15e5c44dfbc795339af57998607e6bf2e58710512426e47f7805447c69dfdc0938eb820443a6ed8dd6e9fbad06186c3ac147d139373093313d5f1dda5730797')
package() {
- cd $srcdir
tar xvf data.tar.xz
cp -r usr $pkgdir
}