summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 326fedb5ee37..3c6900fd6b5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pug
pkgdesc = Automatically saves and synchronizes Pacman and AUR installed package lists into Gists.
- pkgver = 1.1.1
+ pkgver = 1.1.2
pkgrel = 1
url = https://github.com/Ventto/pug.git
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = pug
depends = pacman>=5.0
depends = pacaur>=4.0.0
depends = gist>=4.5.0
- source = https://github.com/Ventto/pug/archive/v1.1.1.tar.gz
+ source = https://github.com/Ventto/pug/archive/v1.1.2.tar.gz
sha256sums = SKIP
pkgname = pug
diff --git a/PKGBUILD b/PKGBUILD
index 959683c8cd35..817a0837d33f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname='pug'
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=1
pkgdesc='Automatically saves and synchronizes Pacman and AUR installed package lists into Gists.'
arch=('x86_64' 'i686')