summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-03-18 18:54:41 +0100
committerThomas Venries2017-03-18 18:54:41 +0100
commit59b2789868af6716f33eedf89769298f4c9b76b8 (patch)
treeab91fe1f180be8a82913f49686caa8c9f972ddcb
parent023c520edf62e7c6e101fa3945d5a73be98bc52d (diff)
downloadaur-59b2789868af6716f33eedf89769298f4c9b76b8.tar.gz
v1.0-2: Fixed source not found due to shebang change.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 080520f74ff5..eb40bc83fa7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pug
pkgdesc = Automatically saves Pacman and AUR package lists into Gists.
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Ventto/pug.git
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c8c3d8558eaf..092dc6a38f3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname='pug'
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc='Automatically saves Pacman and AUR package lists into Gists.'
arch=('x86_64' 'i686')
license=('GPL')