Search Criteria
Package Details: roficlip 0.1.3-2
Git Clone URL: | https://aur.archlinux.org/roficlip.git (read-only, click to copy) |
---|---|
Package Base: | roficlip |
Description: | A simple shell script that surfaces clipboard history from clipster in Rofi |
Upstream URL: | https://github.com/gilbertw1/roficlip |
Licenses: | |
Submitter: | gilbertw1 |
Maintainer: | gilbertw1 |
Last Packager: | gilbertw1 |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2017-03-31 15:01 |
Last Updated: | 2017-09-14 01:20 |
Latest Comments
harddisk_ripper commented on 2017-06-19 14:36
Local workaround by modifying PKGBUILD:
--- PKGBUILD 2017-06-19 16:27:09.894681486 +0200
+++ PKGBUILD~ 2017-06-19 16:26:37.727527013 +0200
@@ -17,7 +17,7 @@
pkgver() {
cd "${srcdir}/${pkgname}"
- echo "0.$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+ echo "0.$(git rev-list --count HEAD).$(git describe --always)"
}
package() {
harddisk_ripper commented on 2017-06-19 14:34
Build is currently failing on pkgver due to a hyphen in the version string:
==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: 0.219.1.0.1-2-g9d66664
==> ERROR: Makepkg was unable to build clipster-git.