Package Details: drip-git 20151019-3

Git Clone URL: https://aur.archlinux.org/drip-git.git (read-only, click to copy)
Package Base: drip-git
Description: 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.
Upstream URL: https://github.com/ninjudd/drip
Licenses: GPL
Conflicts: drip
Provides: drip
Submitter: huitseeker
Maintainer: huitseeker
Last Packager: huitseeker
Votes: 2
Popularity: 0.000000
First Submitted: 2015-10-06 09:11 (UTC)
Last Updated: 2017-02-24 18:19 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

mbloms commented on 2018-04-08 07:26 (UTC) (edited on 2018-04-08 07:27 (UTC) by mbloms)

Hi! You should add this to the pkgbuild:

diff --git a/PKGBUILD b/PKGBUILD
index 7a264c5..da9794c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,4 +17,10 @@ source=(${pkgname%-git}::git+https://github.com/ninjudd/drip.git)
 md5sums=('SKIP')

+pkgver() {
+        ${pkgname%-git}
+        # cutting off 'foo-' prefix that presents in the git tag
+        git describe --tags --long | sed 's/-/.r/;s/-/./'
+}
+
 build() {
         cd ${pkgname%-git}

It will make the pkgver update automatically.

rpodgorny commented on 2017-02-23 18:26 (UTC)

please see the simplified pkgbuild at https://ptpb.pw/z0Ew

ackalker commented on 2016-02-11 15:12 (UTC)

I'm getting this: $ makepkg -s ==> ERROR: license should be an array Should be easy to fix :-)

huitseeker commented on 2015-10-19 08:15 (UTC)

Done, thanks !

mrz commented on 2015-10-13 09:32 (UTC)

The upstream URL of this package points to a fork that is, as of now, 10 commits behind the original project (ninjudd/drip). Should we perhaps go back to the original upstream project?