summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrançois Garillot2016-02-23 14:00:25 +0100
committerFrançois Garillot2016-02-23 14:00:25 +0100
commitefa4d11161e0019313b206c69858aab936008ba4 (patch)
treecf8e4a800aa372c2379135a7005c1c882953c482 /PKGBUILD
parent4dbd2064124d1dafa192f07870fb72b33284b44a (diff)
downloadaur-efa4d11161e0019313b206c69858aab936008ba4.tar.gz
Fix license variable
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9dccf0792033..27c3c0b53e95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=drip-git
pkgver=20151019
-pkgrel=2
+pkgrel=3
pkgdesc="Drip is a launcher for the Java Virtual Machine that provides much faster startup times than the java command. The drip script is intended to be a drop-in replacement for the java command, only faster."
-license="GPL"
+license=('GPL')
url='https://github.com/ninjudd/drip'
arch=('i686' 'x86_64')
provides=('drip')