summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstarsareintherose2021-12-16 21:00:54 +0000
committerstarsareintherose2021-12-16 21:00:54 +0000
commite1a870cd6459b0280bf5957bf4a36fc71159c342 (patch)
treeca79820e95297b670195c4b103af95ead89d8b51
parent500ca6c67c9efcbf413287ad035cf42e95a902c3 (diff)
downloadaur-e1a870cd6459b0280bf5957bf4a36fc71159c342.tar.gz
adj dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aace8e384ff1..037847ecebc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notekit-git
pkgdesc = A GTK3 hierarchical markdown notetaking application with tablet support.
- pkgver = r208.844215a
+ pkgver = r207.18b708d
pkgrel = 1
url = https://github.com/blackhole89/notekit
arch = x86_64
@@ -11,7 +11,6 @@ pkgbase = notekit-git
license = GPL-3.0
makedepends = git
makedepends = meson
- makedepends = pkgconf
depends = fontconfig
depends = clatexmath
depends = gtkmm3
@@ -21,7 +20,7 @@ pkgbase = notekit-git
provides = notekit
conflicts = notekit
conflicts = notekit-git
- source = notekit::git+https://github.com/blackhole89/notekit.git
+ source = notekit::git+https://github.com/blackhole89/notekit.git#commit=18b708d
sha256sums = SKIP
pkgname = notekit-git
diff --git a/PKGBUILD b/PKGBUILD
index eda9be50988f..f1464eb419ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Guoyi Zhang
_basename=notekit
pkgname="${_basename}-git"
-pkgver=r208.844215a
+pkgver=r207.18b708d
pkgrel=1
pkgdesc="A GTK3 hierarchical markdown notetaking application with tablet support."
arch=("x86_64" "aarch64" "i686" "armv7h" "s390x")
url="https://github.com/blackhole89/notekit"
license=("GPL-3.0")
depends=("fontconfig" "clatexmath" "gtkmm3" "gtksourceviewmm>=3.18" "jsoncpp" "zlib")
-makedepends=("git" "meson" "pkgconf")
+makedepends=("git" "meson")
provides=("${_basename}")
conflicts=("${_basename}" "${_basename}-git")
-source=("${_basename}::git+https://github.com/blackhole89/notekit.git")
+source=("${_basename}::git+https://github.com/blackhole89/notekit.git#commit=18b708d")
sha256sums=("SKIP")
pkgver() {