summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-07-02 23:30:34 +0200
committersl1pkn072015-07-02 23:30:34 +0200
commite44045ea4e60ae8f6f0715774cda80a9b6057111 (patch)
treee8303ccef441c0b652299aa07766b9b010897119
parentd832500b62d9cf671088eb2f695c80163ac576b3 (diff)
downloadaur-e44045ea4e60ae8f6f0715774cda80a9b6057111.tar.gz
Woops...
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 622dfd959faf..1e80b474fc49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wobbly-git
pkgdesc = IVTC assistant for VapourSynth, similar to Yatta. (GIT version)
- pkgver = r4.2.g8f9b54d
+ pkgver = r53.b949628
pkgrel = 1
url = https://github.com/dubhater/Wobbly
install = wobbly-git.install
diff --git a/PKGBUILD b/PKGBUILD
index a773b0e45bb6..312fc35c2694 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=wobbly-git
-pkgver=r4.2.g8f9b54d
+pkgver=r53.b949628
pkgrel=1
pkgdesc="IVTC assistant for VapourSynth, similar to Yatta. (GIT version)"
arch=('i686' 'x86_64')
@@ -19,7 +19,8 @@ install=wobbly-git.install
pkgver() {
cd wobbly
- echo "$(git describe --long --tags | tr - .)"
+ #echo "$(git describe --long --tags | tr - .)"
+ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
prepare() {
@@ -30,7 +31,7 @@ prepare() {
build() {
cd wobbly
./configure --prefix=/usr
- make --trace
+ make
}
package() {