summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorabsrdspc2024-05-09 17:17:22 +0300
committerabsrdspc2024-05-09 17:17:22 +0300
commit3ddd49254824eb525a14711bc25a856edf487cb6 (patch)
tree29356089300d07a1bb9aee77dd892a123eabe525
parent34311d81d0d252525141deb90ef801f36c878708 (diff)
downloadaur-3ddd49254824eb525a14711bc25a856edf487cb6.tar.gz
update to 2.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b2b69276b19..333a65d0641a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = unbuffered
pkgdesc = Copy stdin to stdout and stderr, unbuffered
- pkgver = 2.0.0
+ pkgver = 2.2.0
pkgrel = 1
url = http://www.scylla-charybdis.com/tool.php/unbuffered
arch = i686
@@ -8,7 +8,7 @@ pkgbase = unbuffered
license = custom:CLL
makedepends = git
depends = glibc
- source = unbuffered-2.0.0::git+https://github.com/hilbix/unbuffered.git#commit=7302072708acbac89e1a4193266115e42bcac68c
+ source = unbuffered-2.2.0::git+https://github.com/hilbix/unbuffered.git#tag=unbuffered-2.2.0
sha512sums = SKIP
pkgname = unbuffered
diff --git a/PKGBUILD b/PKGBUILD
index 0df4402f27fc..df7f55219bdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
pkgname=unbuffered
-pkgver=2.0.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="Copy stdin to stdout and stderr, unbuffered"
arch=('i686' 'x86_64')
@@ -11,8 +11,7 @@ url="http://www.scylla-charybdis.com/tool.php/${pkgname}"
license=('custom:CLL')
makedepends=('git')
depends=('glibc')
-_commit="7302072708acbac89e1a4193266115e42bcac68c"
-source=(${pkgname}-${pkgver}::"git+https://github.com/hilbix/unbuffered.git#commit=$_commit")
+source=(${pkgname}-${pkgver}::"git+https://github.com/hilbix/unbuffered.git#tag=unbuffered-${pkgver}")
sha512sums=('SKIP')
build() {