summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2024-04-01 00:02:47 +0200
committerbegin-theadventure2024-04-01 00:02:47 +0200
commita84ab9f0f6ff28c62471a545ee7e89f7ae8790a5 (patch)
tree81dc767250d132bc72782c51d6cca1eeee86a24c
parent1d5dbc71f559534925b54e655b29024b2942c5bb (diff)
downloadaur-a84ab9f0f6ff28c62471a545ee7e89f7ae8790a5.tar.gz
1.2.7 & use commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 879e8c202ead..d2631198f71a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notepad
pkgdesc = A simple notepad for GNU/Linux distributions
- pkgver = 1.2.6
+ pkgver = 1.2.7
pkgrel = 1
url = https://github.com/alexkdeveloper/notepad
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = notepad
makedepends = meson
makedepends = vala
depends = libadwaita
- source = git+https://github.com/alexkdeveloper/notepad.git#tag=1.2.6
+ source = git+https://github.com/alexkdeveloper/notepad.git#commit=7df18c3d6245c148d628290a910459c5f62f6a5e
sha256sums = SKIP
pkgname = notepad
diff --git a/PKGBUILD b/PKGBUILD
index 78bd750aad1c..33d13dd0763d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: begin-theadventure <begin-thecontact.ncncb at dralias dot com>
pkgname=notepad
-pkgver=1.2.6
+pkgver=1.2.7
+_commit=7df18c3d6245c148d628290a910459c5f62f6a5e
pkgrel=1
pkgdesc='A simple notepad for GNU/Linux distributions'
url="https://github.com/alexkdeveloper/notepad"
@@ -10,7 +11,7 @@ arch=('x86_64' 'aarch64')
depends=('libadwaita')
makedepends=('git' 'meson' 'vala')
checkdepends=('appstream-glib')
-source=("git+$url.git#tag=$pkgver")
+source=("git+$url.git#commit=$_commit")
sha256sums=('SKIP')
build() {