Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am Ban3 on github.
  • I am bane (https://keybase.io/bane) on keybase.
  • I have a public key whose fingerprint is F7EA 1C69 8C77 9121 A1EF F26A 2C7E E8D7 9642 06C3

To claim this, I am signing this object:

@Ban3
Ban3 / limnoria-python3-git-pkbuild-manpath.patch
Created March 3, 2015 22:08
Patch for new manpath in limnoria-python3-git PKGBUILD
--- PKGBUILD 2013-04-28 00:21:44.000000000 +0200
+++ PKGBUILD.new 2015-03-03 22:56:15.000000000 +0100
@@ -24,7 +24,7 @@
build() {
cd "$srcdir/$_pkgname"
- rename "supybot" "supybot3" ./docs/man/* ./scripts/*
+ rename "supybot" "supybot3" ./man/* ./scripts/*
sed -i '/man1/s/supybot/supybot3/; s/\(scripts\/supybot\)/\13/' setup.py
python3 setup.py build
@Ban3
Ban3 / PKGBUILD
Last active December 14, 2015 15:19
Updated dfu-util-git PKGBUILD
# $Id$
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jon Kristian Nilsen <jokr.nilsen@gmail.com>
# Contributor: Jussi Timperi <jussi.timperi+arch@gmail.com>
pkgname=dfu-util-git
pkgver=20130307
pkgrel=1
pkgdesc="dfu-util is a program that implements the Host (PC) side of the USB DFU protocol."
arch=('i686' 'x86_64')