summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNriver2023-01-09 16:39:09 +0800
committerNriver2023-01-09 16:39:09 +0800
commitbd3e79d43107ba40507199ee245383cdd2479b1a (patch)
treee72b998349f100a230dd7ba26acfa705d8d3037f
parent5b97b017f2fdb48bfc854374672bfb54493556dd (diff)
downloadaur-bd3e79d43107ba40507199ee245383cdd2479b1a.tar.gz
remove uncessary code
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
-rwxr-xr-xrebuild.sh1
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2d51ba16aea..9e503746c5a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trilium-cn
- pkgdesc = Trilium notes 中文版
+ pkgdesc = Trilium Notes 中文版
pkgver = 0.57.5_20221216
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Nriver/trilium-translation
arch = x86_64
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 48e47c746062..e8ebb696e8a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Nriver <6752679+Nriver@users.noreply.github.com>
pkgname="trilium-cn"
pkgver=0.57.5_20221216
-pkgrel=1
-pkgdesc="Trilium notes 中文版"
+pkgrel=2
+pkgdesc="Trilium Notes 中文版"
arch=('x86_64')
url="https://github.com/Nriver/trilium-translation"
license=('AGPL3')
@@ -31,5 +31,4 @@ Terminal=false
Type=Application
Categories=Office
StartupWMClass=trilium notes" > "$pkgdir/usr/share/applications/trilium-cn.desktop"
- chmod -R 0755 "$pkgdir"
}
diff --git a/rebuild.sh b/rebuild.sh
new file mode 100755
index 000000000000..9eb2cb35d758
--- /dev/null
+++ b/rebuild.sh
@@ -0,0 +1 @@
+makepkg --printsrcinfo > .SRCINFO \ No newline at end of file