summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthek4n2024-02-16 13:25:26 +0300
committerthek4n2024-02-16 13:25:26 +0300
commite0838e2a3046f5ba1e2e613ae1b86bea4c3d129f (patch)
treeac4e7a86fe1c77d9558bb5a900deb4e2d9fcc53a
parent5ea6649753c71f8b1acf781421a92b0630e1082d (diff)
downloadaur-e0838e2a3046f5ba1e2e613ae1b86bea4c3d129f.tar.gz
release v1.19.1-0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d4a60727801..1ee24412984f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = note-manager
optdepends = bat: render notes in terminal
optdepends = tree: tree of notes
conflicts = note-manager
- source = note-manager::git+https://github.com/thek4n/note.git#branch=master
+ source = note-manager::git+https://github.com/thek4n/note.git#tag=v1.19.1
sha256sums = SKIP
pkgname = note-manager
diff --git a/PKGBUILD b/PKGBUILD
index 8fce151f3db5..747df202256e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ optdepends=(
'tree: tree of notes'
)
conflicts=('note-manager')
-source=("$pkgname::git+https://github.com/thek4n/note.git#branch=master")
+source=("$pkgname::git+https://github.com/thek4n/note.git#tag=v$pkgver")
sha256sums=('SKIP')
package() {