I hereby claim:
- I am peterhoeg on github.
- I am peterhoeg (https://keybase.io/peterhoeg) on keybase.
- I have a public key ASBX5Dv2lpc5iuOVUCQDVPVLd_jY-X4hih2-prbIP2bvaQo
To claim this, I am signing this object:
rvm local@mildred:~$ set -x | |
++ rvm-prompt | |
++ parse_git_branch | |
++ git branch | |
++ sed -e '/^[^*]/d' -e 's/* \(.*\)/(\1)/' | |
rvm local@mildred:~$ rvm-prompt | |
+ rvm-prompt | |
rvm | |
++ rvm-prompt | |
++ parse_git_branch |
# Maintainer: Christoph Vigano <[email protected]> | |
pkgname=ikiwiki | |
pkgver=3.20150107 | |
pkgrel=1 | |
pkgdesc="wiki/blog compiler" | |
arch=(any) | |
license=('GPL') | |
url="http://ikiwiki.info" | |
depends=(perl-yaml perl-text-markdown perl-cgi-session perl-cgi-formbuilder perl-timedate perl-html-parser perl-html-scrubber perl-mail-sendmail perl-time-duration perl-uri perl-html-template perl-locale-gettext perl-rpc-xml perl-yaml-libyaml) | |
source=("http://ftp.de.debian.org/debian/pool/main/i/${pkgname}/${pkgname}_${pkgver}.tar.gz") |
diff --git a/PKGBUILD b/PKGBUILD | |
index 9ea5409..a80d7a6 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,5 +1,5 @@ | |
pkgname=wp-cli | |
-pkgver=0.19.2 | |
+pkgver=0.20.0 | |
pkgrel=1 | |
pkgdesc="A command-line tool for managing WordPress" |
diff --git a/.SRCINFO b/.SRCINFO | |
index d06bcbe..bb224af 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO | |
@@ -1,9 +1,9 @@ | |
# Generated by mksrcinfo v8 | |
-# Wed Jan 13 13:48:23 UTC 2016 | |
+# Mon Jan 25 05:55:11 UTC 2016 | |
pkgbase = winusb | |
pkgdesc = Simple tool to create a usb stick installer for Windows (Vista and above) |
--- winusb-1.0.11/src/winusb.orig 2013-03-28 05:57:44.000000000 +0800 | |
+++ winusb-1.0.11/src/winusb 2016-01-21 20:59:00.954759406 +0800 | |
@@ -399,7 +399,7 @@ | |
# Grub | |
echo "Installing grub..." | |
-grub-install --root-directory="$partitionMountPath" "$device" | |
+grub-install --target=i386-pc --boot-directory="$partitionMountPath" "$device" | |
uuid=$(blkid -o value -s UUID "$partition") |
(add-to-list | |
'org-latex-classes | |
'("stdoc" | |
"\\documentclass[11pt,a4paper]{stdoc} | |
[DEFAULT-PACKAGES] | |
[NO-PACKAGES]" | |
("\\section{%s}" . "\\section*{%s}") | |
("\\subsection{%s}" . "\\subsection*{%s}") | |
("\\subsubsection{%s}" . "\\subsubsection*{%s}") | |
("\\paragraph{%s}" . "\\paragraph*{%s}") |
I hereby claim:
To claim this, I am signing this object:
running install tests | |
============================= test session starts ============================== | |
platform linux -- Python 3.7.1, pytest-3.9.3, py-1.7.0, pluggy-0.7.1 | |
rootdir: /build/homeassistant-cli-0.3.0, inifile: setup.cfg | |
plugins: requests-mock-1.5.2 | |
collected 38 items | |
tests/test_completion.py ... [ 7%] | |
tests/test_defaults.py ..... [ 21%] | |
tests/test_entity.py FFF [ 28%] |
{ config, lib, pkgs, fetchPypi, ... }: | |
let | |
py = pkgs.python2; | |
pypkgs = py.pkgs; | |
log = pkgs.writeScript "log.sh" '' | |
#!${pkgs.runtimeShell} | |
set -euo pipefail |
{ stdenv, fetchFromGitHub, autoreconfHook, cmake, pkgconfig, writeText | |
, boost, libusb, libyamlcpp, netpbm, systemd }: | |
let | |
hidapi' = stdenv.mkDerivation rec { | |
pname = "hidadpi-sc"; | |
version = "unstable-20180609"; | |
src = fetchFromGitHub { | |
owner = "SuperCollider"; |