summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9c839c23d0b..a57b8d53139a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notes-git
pkgdesc = Note taking application, write down your thoughts
- pkgver = 2.2.0.r0.g8f20a2b
+ pkgver = 2.2.0.r2.g67e724f
pkgrel = 2
url = https://github.com/nuttyartist/notes
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 46f0f6ab4ecc..7f23b160602f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=notes
pkgname=notes-git
pkgver=2.2.0.r2.g67e724f
-pkgrel=1
+pkgrel=2
pkgdesc='Note taking application, write down your thoughts'
arch=('x86_64')
url='https://github.com/nuttyartist/notes'
@@ -41,7 +41,8 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DUSE_QT_VERSION=6 \
- -DUPDATE_CHECKER=OFF
+ -DUPDATE_CHECKER=OFF \
+ -DGIT_REVISION=ON
cmake --build build
}