summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-05-26 02:58:15 +0200
committerThomas Venries2017-05-26 02:58:15 +0200
commit9bc4622d43fd34ccf905118946ebf85249c4b40a (patch)
treee3ce7a0a2d2f225e65633891e095989762412eae
parenteeca72ec2e288ee9c85aa9deeb8a4dfbf8a7d136 (diff)
downloadaur-9bc4622d43fd34ccf905118946ebf85249c4b40a.tar.gz
v1.1.4: Fixed pkg.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e8450d720a2..5ad808484dee 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.3
+ pkgver = 1.1.4
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.3.tar.gz
+ source = https://github.com/Ventto/pug/archive/v1.1.4.tar.gz
sha256sums = SKIP
pkgname = pug
diff --git a/PKGBUILD b/PKGBUILD
index c770e7c02194..1720b9299110 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname='pug'
-pkgver=1.1.3
+pkgver=1.1.4
pkgrel=1
pkgdesc='Automatically saves and synchronizes Pacman and AUR installed package lists into Gists.'
arch=('x86_64' 'i686')