summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-05-26 03:16:37 +0200
committerThomas Venries2017-05-26 03:16:37 +0200
commit991e8043ba28ad2afe8e320bfd9624903c0ad6b3 (patch)
tree6257702a965f10c6539c3e9529236437ca39e9a9
parentf33a54383a6471eeb10967bebcddff087cfcb54d (diff)
downloadaur-991e8043ba28ad2afe8e320bfd9624903c0ad6b3.tar.gz
v1.1.7: Fixed pkg update.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2f54d36da91..cea8427b89a6 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.6
+ pkgver = 1.1.7
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.6.tar.gz
+ source = https://github.com/Ventto/pug/archive/v1.1.7.tar.gz
sha256sums = SKIP
pkgname = pug
diff --git a/PKGBUILD b/PKGBUILD
index 596183c6a322..4b51a77f9e0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname='pug'
-pkgver=1.1.6
+pkgver=1.1.7
pkgrel=1
pkgdesc='Automatically saves and synchronizes Pacman and AUR installed package lists into Gists.'
arch=('x86_64' 'i686')