summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKillswitch2020-08-15 16:59:47 +0200
committerKillswitch2020-08-15 16:59:47 +0200
commit23af7d5bd92472952a3716f7de54ef0556123c73 (patch)
tree54cf3c1bfdd74da1cbddead62a39df8cf8ef3cd2
parent4ff137ba5870a88e23dc2e92c9487127980cdb1d (diff)
downloadaur-23af7d5bd92472952a3716f7de54ef0556123c73.tar.gz
Fixed deps and license name
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c13e9357018b..10cad7659a05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = powercord-git
pkgdesc = A lightweight discord client mod focused on simplicity and performance.
pkgver = r1178.41cb7ce
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/powercord-org/powercord
arch = any
- license = Parkord
- makedepends = git
- makedepends = npm
+ license = Porkord
makedepends = jq
depends = nodejs
+ depends = git
+ depends = npm
options = !strip
source = git+https://github.com/powercord-org/powercord#branch=v2
source = index.js.patch
diff --git a/PKGBUILD b/PKGBUILD
index cb86c3ca05f0..b2988b59041e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=powercord-git
_pkgname=powercord
pkgver=r1178.41cb7ce
-pkgrel=2
+pkgrel=3
pkgdesc="A lightweight discord client mod focused on simplicity and performance."
arch=("any")
url="https://github.com/powercord-org/$_pkgname"
-license=('Parkord')
-depends=('nodejs')
-makedepends=('git' 'npm' 'jq')
+license=('Porkord')
+depends=('nodejs' 'git' 'npm')
+makedepends=('jq')
source=(
"git+https://github.com/powercord-org/powercord#branch=v2"
"index.js.patch"