summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Pereira2021-12-21 15:59:30 -0300
committerDaniel Pereira2021-12-21 15:59:30 -0300
commit5663c4b4f02322b4e3e46fd6a9a1e78b48c73345 (patch)
treeb1c11752dd74b9f4c584b789062710ce9ef05566 /PKGBUILD
parent8375102fa93bb94094fbe8cebdfad87b87d52b7f (diff)
downloadaur-5663c4b4f02322b4e3e46fd6a9a1e78b48c73345.tar.gz
feat: update to 2.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9d01cada500..55fe9f60d02a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Pereira <daniel@garajau.com.br>
pkgname=pacom
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="Pacom: the Pacman companion"
url="https://github.com/kriansa/pacom"
@@ -9,7 +9,7 @@ arch=(any)
license=(Apache)
depends=(jq curl)
source=("https://github.com/kriansa/pacom/archive/v${pkgver}.tar.gz")
-sha256sums=(a9c5e207b7ea7bc5889bb7dbe23d3c6d2b7c2816ca3cdac27360d816a1c83abf)
+sha256sums=(d23ef19790701cbd799d1df804a6d6574abfa5b7217efd62e56c4c9ae18ab26d)
build() {
cd "$pkgname-$pkgver" || exit 1