summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-07-15 15:12:13 +0200
committerThomas Venries2017-07-15 15:12:13 +0200
commit4a9b6caa4ff2c7f65fd4fa4ae2860e0c45230503 (patch)
tree4b2aaecc2aa060f5ec2578961ce046faf3b04100
parent523ff0cf9f258680eadca5849fd1da78baffdc23 (diff)
downloadaur-4a9b6caa4ff2c7f65fd4fa4ae2860e0c45230503.tar.gz
release: Add v1.3.
Fix wrong if-statement that caused uselessly error msg and exited the script.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0ed08c5230c..06053ba65e5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pug
pkgdesc = Automatically saves and synchronizes Pacman and AUR installed package lists into Gists.
- pkgver = 1.2
- pkgrel = 2
+ pkgver = 1.3
+ pkgrel = 1
url = https://github.com/Ventto/pug.git
arch = x86_64
arch = i686
@@ -10,7 +10,7 @@ pkgbase = pug
makedepends = git
depends = pacman
depends = gist>=4.5.0
- source = https://github.com/Ventto/pug/archive/v1.2.tar.gz
+ source = https://github.com/Ventto/pug/archive/v1.3.tar.gz
sha256sums = SKIP
pkgname = pug
diff --git a/PKGBUILD b/PKGBUILD
index 08449478d499..2f3b6294ec71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname='pug'
-pkgver=1.2
-pkgrel=2
+pkgver=1.3
+pkgrel=1
pkgdesc='Automatically saves and synchronizes Pacman and AUR installed package lists into Gists.'
arch=('x86_64' 'i686')
license=('GPL')