summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 55fe9f60d02a..4869b90a952a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Pereira <daniel@garajau.com.br>
pkgname=pacom
-pkgver=2.1.1
+pkgver=2.1.2
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=(d23ef19790701cbd799d1df804a6d6574abfa5b7217efd62e56c4c9ae18ab26d)
+sha256sums=(ae06746b1096383d7be7c6d6749fc92478478e6ffcf8b36b231c45434ef358cb)
build() {
cd "$pkgname-$pkgver" || exit 1