summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebac23958e30..1a5b6bb2dbb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pacom
pkgdesc = Pacom: the Pacman companion
- pkgver = 2.1.1
+ pkgver = 2.1.2
pkgrel = 1
url = https://github.com/kriansa/pacom
arch = any
license = Apache
depends = jq
depends = curl
- source = https://github.com/kriansa/pacom/archive/v2.1.1.tar.gz
- sha256sums = d23ef19790701cbd799d1df804a6d6574abfa5b7217efd62e56c4c9ae18ab26d
+ source = https://github.com/kriansa/pacom/archive/v2.1.2.tar.gz
+ sha256sums = ae06746b1096383d7be7c6d6749fc92478478e6ffcf8b36b231c45434ef358cb
pkgname = pacom
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