summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorion2012016-07-02 11:45:41 -0500
committerion2012016-07-02 11:45:41 -0500
commit7b0cef0d052b8d803914d4c7013efd92f69e6551 (patch)
tree3f17f222986788c921c89c48b6f3203aafc726da
parentacbcda372779d37de26d613d1224e4036f074fc6 (diff)
downloadaur-7b0cef0d052b8d803914d4c7013efd92f69e6551.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a552200092d8..3c137b6dc21c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 5 03:11:52 UTC 2016
+# Sat Jul 2 16:37:11 UTC 2016
pkgbase = xviewer-plugins-git
pkgdesc = Plugins for xviewer. X-Apps Project (git version).
- pkgver = 1.0.2.r2.g546f53e
+ pkgver = 1.0.3.r0.g0854521
pkgrel = 1
url = https://github.com/linuxmint/xviewer-plugins
arch = i686
@@ -11,7 +11,7 @@ pkgbase = xviewer-plugins-git
makedepends = gnome-common
depends = xviewer-git
depends = libpeas
- conflicts = xviewer-plugins-git
+ conflicts = xviewer-plugins
source = xviewer-plugins-git::git+https://github.com/linuxmint/xviewer-plugins.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5938b6d9ed29..30711229614d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer-plugins-git
-pkgver=1.0.2.r2.g546f53e
+_pkgbasename=xviewer-plugins
+pkgver=1.0.3.r0.g0854521
pkgrel=1
pkgdesc="Plugins for xviewer. X-Apps Project (git version)."
arch=('i686' 'x86_64')
@@ -9,10 +10,10 @@ license=('GPL')
depends=('xviewer-git' 'libpeas')
makedepends=('gnome-common')
provides=($_pkgname)
-conflicts=('xviewer-plugins-git')
+conflicts=("${_pkgbasename}")
url='https://github.com/linuxmint/xviewer-plugins'
-source=('xviewer-plugins-git::git+https://github.com/linuxmint/xviewer-plugins.git')
+source=("${pkgname}::git+https://github.com/linuxmint/${_pkgbasename}.git")
md5sums=('SKIP')
pkgver() {
@@ -24,7 +25,7 @@ build() {
cd ${srcdir}/${pkgname}
./autogen.sh --prefix="/usr" \
--localstatedir="/var" \
- --libexecdir="/usr/lib/xviewer-plugins"
+ --libexecdir="/usr/lib/${_pkgbasename}"
make
}