summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeartsDo2021-07-07 08:11:05 +0200
committerHeartsDo2021-07-07 08:11:05 +0200
commita037e46e4d5299b4824deb49970a3f3b7ff3b4d9 (patch)
tree916fca6a63c776f1dee7ee625f7f3c5436ab52fe
parentbb597f3c90656b3fc5513fee2147519fa94a59a9 (diff)
downloadaur-a037e46e4d5299b4824deb49970a3f3b7ff3b4d9.tar.gz
Fix typo on makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a56558b93b88..4d632dcca550 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = premid-git
pkgdesc = PreMiD adds Discord Rich Presence support to a lot of services you use and love.
- pkgver = r105.a256ff8
+ pkgver = r120.9066f98
pkgrel = 1
url = https://github.com/PreMiD/Linux
arch = i686
arch = x86_64
license = MIT
+ makedepends = git
depends = nodejs>=10.11.0
depends = yarn
optdepends = discord: Proper Rich Presence support
@@ -14,4 +15,3 @@ pkgbase = premid-git
md5sums = SKIP
pkgname = premid-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e716880f987c..2d6edf6389d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: SlimShadyIAm me[at]slim[dot]ovh
pkgname=premid-git
-pkgver=r105.a256ff8
+pkgver=r120.9066f98
pkgrel=1
pkgdesc="PreMiD adds Discord Rich Presence support to a lot of services you use and love."
url='https://github.com/PreMiD/Linux'
arch=('i686' 'x86_64')
license=('MIT')
depends=('nodejs>=10.11.0' 'yarn')
-makedepens=('git')
+makedepends=('git')
optdepends=('discord: Proper Rich Presence support')
conflicts=('premid')
source=("git+${url}.git")