summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShizcow2020-07-02 12:10:57 -0600
committerShizcow2020-07-02 12:10:57 -0600
commit4e693fe315eb225bb80d18ecf02a5f6f57f006c4 (patch)
tree3bc617a7a67220221e272cc27eb3a2eea4383993 /PKGBUILD
parent99ee55b44ba5e32886606d5005cf4633cdda1b23 (diff)
downloadaur-4e693fe315eb225bb80d18ecf02a5f6f57f006c4.tar.gz
Updated license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6555450b7af..31ba23b80a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,11 +12,11 @@ _pkgname=dmenu
_pkgbase=$_pkgname-rs
pkgname=$_pkgbase-git
pkgver=5.2.3.r209.3493cbe
-pkgrel=1
+pkgrel=2
pkgdesc="The development branch of dmenu-rs. Likely has unstable features."
arch=('i686' 'x86_64')
url="https://github.com/Shizcow/dmenu-rs"
-license=('MIT')
+license=('GPL')
depends=('sh' 'libxinerama' 'libxft')
makedepends=('rust' 'git' 'clang')
provides=($_pkgname)