summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072018-06-08 12:24:48 +0200
committersL1pKn072018-06-08 12:24:48 +0200
commitaa3694b5250267d7451c0f4be52fb07b53c18191 (patch)
treec645bbc5eeefce3feab10d9f963160c7549ebc97
parentcd8e1a6929c00172e9323287923b4454f739f58c (diff)
downloadaur-aa3694b5250267d7451c0f4be52fb07b53c18191.tar.gz
bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 008ad63be383..21d035612b0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Dec 25 21:15:39 UTC 2015
+# Fri Jun 8 10:24:43 UTC 2018
pkgbase = vapoursynth-plugin-histogram-git
pkgdesc = Plugin for Vapoursynth: histogram (GIT version)
- pkgver = v1.0.6.g33dcce0
+ pkgver = v2.0.gf67ec10
pkgrel = 1
url = https://github.com/dubhater/vapoursynth-histogram
- arch = i686
arch = x86_64
license = GPL
makedepends = git
@@ -13,7 +12,7 @@ pkgbase = vapoursynth-plugin-histogram-git
provides = vapoursynth-plugin-histogram
conflicts = vapoursynth-plugin-histogram
source = histogram::git+https://github.com/dubhater/vapoursynth-histogram.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = vapoursynth-plugin-histogram-git
diff --git a/PKGBUILD b/PKGBUILD
index 27c0d3539231..0a340c31857f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_plug=histogram
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v1.0.6.g33dcce0
+pkgver=v2.0.gf67ec10
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="https://github.com/dubhater/vapoursynth-${_plug}"
license=('GPL')
depends=('vapoursynth')
@@ -13,7 +13,7 @@ makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/dubhater/vapoursynth-${_plug}.git")
-sha1sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "${_plug}"
@@ -27,7 +27,9 @@ prepare() {
build() {
cd "${_plug}"
- ./configure --libdir=/usr/lib/vapoursynth
+ ./configure \
+ --prefix=/usr \
+ --libdir=/usr/lib/vapoursynth
make
}