summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e950b29f6c7..e0ed08c5230c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = pug
pkgdesc = Automatically saves and synchronizes Pacman and AUR installed package lists into Gists.
pkgver = 1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Ventto/pug.git
arch = x86_64
arch = i686
license = GPL
makedepends = make
makedepends = git
- depends = pacman>=5.0
- depends = pacaur>=4.0.0
+ depends = pacman
depends = gist>=4.5.0
source = https://github.com/Ventto/pug/archive/v1.2.tar.gz
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index c996b1a62cf9..08449478d499 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname='pug'
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc='Automatically saves and synchronizes Pacman and AUR installed package lists into Gists.'
arch=('x86_64' 'i686')
license=('GPL')
-depends=('pacman>=5.0' 'pacaur>=4.0.0' 'gist>=4.5.0')
+depends=('pacman' '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")