summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgrufo2021-12-17 12:12:25 +0000
committergrufo2021-12-17 12:12:25 +0000
commit16f548f0102a1e3866cb7830a9fe019d716d7694 (patch)
tree893c439e5f93dbb05b21136d867e113a39093975
parent7dc6df8a2dae0d746728192fc4da5716d1faf3c4 (diff)
downloadaur-16f548f0102a1e3866cb7830a9fe019d716d7694.tar.gz
Fix `$conflicts` variable
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32304c8cd477..19a78a1d9bb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notejot-git
pkgdesc = A stupidly-simple sticky notes application for any type of short term notes or ideas
- pkgver = r783.8e8c8af
+ pkgver = r791.8b9a588
pkgrel = 1
url = https://github.com/lainsce/notejot
arch = i686
@@ -14,7 +14,7 @@ pkgbase = notejot-git
depends = libgee
depends = libadwaita
provides = notejot
- conflicts = notejot-git
+ conflicts = notejot
source = git+https://github.com/lainsce/notejot.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 462ae04895ad..824d2cd6a1d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='notejot-git'
_appname='notejot'
-pkgver='r783.8e8c8af'
+pkgver='r791.8b9a588'
pkgrel=1
pkgdesc='A stupidly-simple sticky notes application for any type of short term notes or ideas'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('gtk3' 'gtksourceview3' 'json-glib' 'libgee' 'libadwaita')
makedepends=('meson' 'vala')
provides=('notejot')
-conflicts=('notejot-git')
+conflicts=('notejot')
source=("git+https://github.com/lainsce/${_appname}.git")
md5sums=('SKIP')