summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlwyn Kik2021-02-18 13:20:35 +0100
committerAlwyn Kik2021-02-18 13:20:35 +0100
commitcef192ff0a0601a3e3b36c091af83967cfb0c5c1 (patch)
tree49147475ce88eb2ff0dc4ce57a79e3079f057680 /PKGBUILD
parentd200d2bcb18fb8f43cb3b2ce4633bbf427e61833 (diff)
downloadaur-unbuffered-git.tar.gz
Bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4afa18404b83..0b828c67f71d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Alwyn Kik <alwyn@proteon.com>
+# Maintainer: Alwyn Kik <alwyn@kik.pw>
# Contributor: Andreas Wagner <AndreasBWagner@pointfree.net>
# Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
pkgname=unbuffered-git
-pkgver=r1.f73865a
+pkgver=r1.a8f4f91
pkgrel=1
pkgdesc="Copy stdin to stdout and stderr, unbuffered, development version"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL2')
depends=('glibc')
makedepends=('git')
changelog=ChangeLog
-source=(${pkgname}-${pkgver}::'git+https://github.com/hilbix/unbuffered.git#commit=f73865a6cd253052312b154ca4c2e9e1e2f5ce47')
+source=(${pkgname}-${pkgver}::'git+https://github.com/hilbix/unbuffered.git#commit=a8f4f91e0c6eed03487fb8b6998e0814b3066a96')
sha512sums=('SKIP')
build() {