summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbegin-theadventure2024-04-01 00:02:47 +0200
committerbegin-theadventure2024-04-01 00:02:47 +0200
commita84ab9f0f6ff28c62471a545ee7e89f7ae8790a5 (patch)
tree81dc767250d132bc72782c51d6cca1eeee86a24c /PKGBUILD
parent1d5dbc71f559534925b54e655b29024b2942c5bb (diff)
downloadaur-a84ab9f0f6ff28c62471a545ee7e89f7ae8790a5.tar.gz
1.2.7 & use commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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() {