summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-05-23 01:15:33 +0200
committerThomas Venries2017-05-23 01:15:33 +0200
commit285a1a6d6b7e1fcb1f64191ffbab5e726490237e (patch)
treef6531f624dca6477505697ee99d0fc118fdb143d
parentbeadcb6e20380892ef278bcafb2207433feb789c (diff)
downloadaur-285a1a6d6b7e1fcb1f64191ffbab5e726490237e.tar.gz
release: Added v1.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a90c462136b4..65d4fa4bee5f 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.0
- pkgrel = 2
+ pkgver = 1.1
+ pkgrel = 1
url = https://github.com/Ventto/pug.git
arch = x86_64
arch = i686
@@ -9,8 +9,9 @@ pkgbase = pug
makedepends = make
makedepends = git
depends = pacman>=5.0
+ depends = pacaur>=4.0.0
depends = gist>=4.5.0
- source = https://github.com/Ventto/pug/archive/v1.0.tar.gz
+ source = https://github.com/Ventto/pug/archive/v1.1.tar.gz
sha256sums = SKIP
pkgname = pug
diff --git a/PKGBUILD b/PKGBUILD
index 68ac947db8ff..a6577e460cad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname='pug'
-pkgver=1.0
-pkgrel=2
+pkgver=1.1
+pkgrel=1
pkgdesc='Automatically saves and synchronizes Pacman and AUR installed package lists into Gists.'
arch=('x86_64' 'i686')
license=('GPL')
-depends=('pacman>=5.0' 'gist>=4.5.0')
+depends=('pacman>=5.0' 'pacaur>=4.0.0' 'gist>=4.5.0')
makedepends=('make' 'git')
url="https://github.com/Ventto/${pkgname}.git"
source=("https://github.com/Ventto/${pkgname}/archive/v${pkgver}.tar.gz")