summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052024-04-03 15:45:14 +0800
committerzxp198210052024-04-03 15:45:14 +0800
commitef1870453cd77365c09e789b1f302764e3137a36 (patch)
tree563a94eefd6261445933b30874122281339af608
parentb8184aed51c9ea81e1c074587788d20df5c1e9c9 (diff)
downloadaur-reqnotes-bin.tar.gz
update to 2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 301a4440531c..aace426fd483 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = reqnotes-bin
pkgdesc = Personal Notes Application, Cross platform desktop application, developed with .NET 6 and Avalonia UI
- pkgver = 1.8
- pkgrel = 6
+ pkgver = 2.0
+ pkgrel = 1
url = https://github.com/ReqBaa/ReqNotes
arch = x86_64
license = GPL-3.0-only
depends = fontconfig
conflicts = reqnotes
options = !strip
- source = reqnotes-1.8.deb::https://raw.githubusercontent.com/ReqBaa/repo/main/pool/main/r/reqnotes/reqnotes_1.8-0ubuntu1_amd64.deb
+ source = reqnotes-2.0.deb::https://raw.githubusercontent.com/ReqBaa/repo/main/pool/main/r/reqnotes/reqnotes_2.0-0ubuntu1_amd64.deb
source = reqnotes.sh
- sha256sums = 08c7edd178beb43194eca99bf06ce9a788949b70e917458e9832272ac0db209c
+ sha256sums = 068ecf059a5123269a62e4097169834bfb1d23c645cd07ff1987453e7ec063b4
sha256sums = 46c44290e51c6b3f146c244fab112aaa1ff6f5ce4f26415f85820e5eee6a2d11
pkgname = reqnotes-bin
diff --git a/PKGBUILD b/PKGBUILD
index 17d656c01628..7ea7f066d0f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname=reqnotes-bin
_pkgname=ReqNotes
-pkgver=1.8
-pkgrel=6
+pkgver=2.0
+pkgrel=1
pkgdesc="Personal Notes Application, Cross platform desktop application, developed with .NET 6 and Avalonia UI"
arch=('x86_64')
url="https://github.com/ReqBaa/ReqNotes"
@@ -17,7 +17,7 @@ source=(
"${pkgname%-bin}-${pkgver}.deb::${_downurl}/main/pool/main/r/${pkgname%-bin}/${pkgname%-bin}_${pkgver}-0ubuntu1_amd64.deb"
"${pkgname%-bin}.sh"
)
-sha256sums=('08c7edd178beb43194eca99bf06ce9a788949b70e917458e9832272ac0db209c'
+sha256sums=('068ecf059a5123269a62e4097169834bfb1d23c645cd07ff1987453e7ec063b4'
'46c44290e51c6b3f146c244fab112aaa1ff6f5ce4f26415f85820e5eee6a2d11')
build() {
sed -e "s|@appname@|${pkgname%-bin}|g" \