summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerdinand Bachmann2021-12-31 21:40:27 +0100
committerFerdinand Bachmann2021-12-31 21:40:27 +0100
commit3b5708749e5a2eb4c5d02caa1d2e466b38613e0b (patch)
tree6bb4d306ee2da3c5b63236c9e223bf6d4350b145
parent0d3453bd02c27249d4127e7560d99c1a8595a4d3 (diff)
downloadaur-3b5708749e5a2eb4c5d02caa1d2e466b38613e0b.tar.gz
release 0.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab390975c63a..f535750f5c61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipectl
pkgdesc = a simple named pipe management utility
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/Ferdi265/pipectl
arch = i686
@@ -8,7 +8,7 @@ pkgbase = pipectl
license = GPL3
makedepends = git
makedepends = cmake
- source = pipectl-0.2.1.tar.gz::https://github.com/Ferdi265/pipectl/archive/refs/tags/v0.2.1.tar.gz
- sha256sums = af0e0bf626c44007158ba3cd96cf9f2ed3e38231bf59224090f22fd9cb9cc259
+ source = pipectl-0.2.2.tar.gz::https://github.com/Ferdi265/pipectl/archive/refs/tags/v0.2.2.tar.gz
+ sha256sums = 725850ed0866987e7922a9886c0dfc5cabf53ec0989d08e089d6e4edddec5907
pkgname = pipectl
diff --git a/PKGBUILD b/PKGBUILD
index 3eab779a4f89..54aa383dda97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ferdinand B <theferdi265@gmail.com>
pkgname=pipectl
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="a simple named pipe management utility"
url="https://github.com/Ferdi265/pipectl"
@@ -12,7 +12,7 @@ makedepends=('git' 'cmake')
source=(
"pipectl-$pkgver.tar.gz::https://github.com/Ferdi265/pipectl/archive/refs/tags/v$pkgver.tar.gz"
)
-sha256sums=('af0e0bf626c44007158ba3cd96cf9f2ed3e38231bf59224090f22fd9cb9cc259')
+sha256sums=('725850ed0866987e7922a9886c0dfc5cabf53ec0989d08e089d6e4edddec5907')
build() {
cmake -B build -S "$srcdir/pipectl-$pkgver" -DCMAKE_INSTALL_PREFIX=/usr