summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Carrio2020-03-16 09:23:44 -0400
committerTom Carrio2020-03-16 09:23:44 -0400
commit48a78a01b2d9bdfda9a371f4052056f467f78908 (patch)
tree84d5741f7a39d7634e66748b36266525e33ca34e
parent1e1841db62441d218cf3b60fc41b04aedfcfc913 (diff)
downloadaur-48a78a01b2d9bdfda9a371f4052056f467f78908.tar.gz
Updated conflicts and bumped to latest v1.0.4
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f9657314391..598eef5d0a0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = ttf-jetbrains-mono-git
arch = any
license = Apache-2.0
provides = ttf-jetbrains-mono
+ conflicts = ttf-jetbrains-mono
source = git+https://github.com/JetBrains/JetBrainsMono.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 65677ea44c59..d515c913ec87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tom Carrio <tom@carrio.dev>
pkgname=ttf-jetbrains-mono-git
-pkgver=1.0.2
+pkgver=1.0.4
_projectname=JetBrainsMono
pkgrel=1
epoch=
@@ -9,6 +9,7 @@ arch=('any')
url="https://www.jetbrains.com/lp/mono/"
license=('Apache-2.0')
provides=(ttf-jetbrains-mono)
+conflicts=(ttf-jetbrains-mono)
install=
changelog=
source=(git+https://github.com/JetBrains/$_projectname.git)