summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-09-22 23:12:55 +0200
committerbegin-theadventure2023-09-22 23:12:55 +0200
commit565f319ceeb8ef3d873f83a8883a7970c3b24c20 (patch)
tree2ba0ad99becab70e46828179c2e36347ed940020
parentf21b4e557e197db401f83a85aec8ed307a90e217 (diff)
downloadaur-565f319ceeb8ef3d873f83a8883a7970c3b24c20.tar.gz
1.2.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae0381ad98aa..bad947bcccf3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notepad
pkgdesc = A simple notepad for GNU/Linux distributions
- pkgver = 1.2.2
+ pkgver = 1.2.3
pkgrel = 1
url = https://github.com/alexkdeveloper/notepad
arch = aarch64
@@ -11,7 +11,7 @@ pkgbase = notepad
makedepends = meson
depends = libadwaita
depends = vala
- source = git+https://github.com/alexkdeveloper/notepad.git#tag=1.2.2
+ source = git+https://github.com/alexkdeveloper/notepad.git#tag=1.2.3
sha256sums = SKIP
pkgname = notepad
diff --git a/PKGBUILD b/PKGBUILD
index 897fd67c5168..f36df8965446 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=notepad
pkgdesc='A simple notepad for GNU/Linux distributions'
-pkgver=1.2.2
+pkgver=1.2.3
pkgrel=1
arch=('aarch64' 'x86_64')
url="https://github.com/alexkdeveloper/notepad"