summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorion2012016-07-02 11:45:30 -0500
committerion2012016-07-02 11:45:30 -0500
commit66630102e3b27c4a839b159af15888330d0d5a7f (patch)
treef7c72913ec59128560e4f48e630dae0ea54d44dd
parent73ea626978ae4b16a14d35d02793af310aa6f15f (diff)
downloadaur-66630102e3b27c4a839b159af15888330d0d5a7f.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a7574006401..12ef2d6b97d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 5 03:13:21 UTC 2016
+# Sat Jul 2 16:37:11 UTC 2016
pkgbase = xviewer-plugins
pkgdesc = Plugins for xviewer. X-Apps Project.
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/linuxmint/xviewer-plugins
arch = i686
@@ -12,8 +12,8 @@ pkgbase = xviewer-plugins
depends = xviewer
depends = libpeas
conflicts = xviewer-plugins-git
- source = https://github.com/linuxmint/xviewer-plugins/archive/1.0.2.tar.gz
- md5sums = 3d0190f278a0ce813ebad730218523d9
+ source = xviewer-plugins-1.0.3.tar.gz::https://github.com/linuxmint/xviewer-plugins/archive/1.0.3.tar.gz
+ md5sums = 2753188a003a21b014fabb326c22d993
pkgname = xviewer-plugins
diff --git a/PKGBUILD b/PKGBUILD
index 101c14f975a3..f15bf4410a79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nate Simon <aurpkg (at natesimon.net)>
pkgname=xviewer-plugins
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="Plugins for xviewer. X-Apps Project."
arch=('i686' 'x86_64')
@@ -12,14 +12,14 @@ provides=($_pkgname)
conflicts=('xviewer-plugins-git')
url='https://github.com/linuxmint/xviewer-plugins'
-source=("https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('3d0190f278a0ce813ebad730218523d9')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/${pkgname}/archive/${pkgver}.tar.gz")
+md5sums=('2753188a003a21b014fabb326c22d993')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
./autogen.sh --prefix="/usr" \
--localstatedir="/var" \
- --libexecdir="/usr/lib/xviewer-plugins"
+ --libexecdir="/usr/lib/${pkgname}"
make
}