summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-05-26 03:05:09 +0200
committerThomas Venries2017-05-26 03:05:09 +0200
commit06017ee9a8ae2c389811172c8bbb09d68938792a (patch)
tree571719d896fdb4b61ca3f878706d2b941d2c7c0f
parent9bc4622d43fd34ccf905118946ebf85249c4b40a (diff)
downloadaur-06017ee9a8ae2c389811172c8bbb09d68938792a.tar.gz
v1.1.5: 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 5ad808484dee..ac45ad966794 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.4
+ pkgver = 1.1.5
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.4.tar.gz
+ source = https://github.com/Ventto/pug/archive/v1.1.5.tar.gz
sha256sums = SKIP
pkgname = pug
diff --git a/PKGBUILD b/PKGBUILD
index 1720b9299110..b47b728704c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname='pug'
-pkgver=1.1.4
+pkgver=1.1.5
pkgrel=1
pkgdesc='Automatically saves and synchronizes Pacman and AUR installed package lists into Gists.'
arch=('x86_64' 'i686')