summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-04-07 19:13:18 +0200
committersL1pKn072019-04-07 19:13:18 +0200
commitd9979f58c23f7d8b2930d709e15b5db8d60f7d42 (patch)
tree2ec4fc51b5eef85bf36c090190f91c76ada5b269
parent97cb7f21a1d7484a78072ede3ea183c70e92184b (diff)
downloadaur-d9979f58c23f7d8b2930d709e15b5db8d60f7d42.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--esee10
3 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89ce8419be47..4d0f853354da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 7 15:10:27 UTC 2019
+# Sun Apr 7 17:13:14 UTC 2019
pkgbase = vapoursynth-plugin-dpid-git
pkgdesc = Plugin for Vapoursynth: dpid (GIT version)
- pkgver = r3.8.g7771a30
+ pkgver = r3.10.g53194f1
pkgrel = 1
url = https://github.com/WolframRhodium/VapourSynth-dpid
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fb69a395ae60..033dec6fb7fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=dpid
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r3.8.g7771a30
+pkgver=r3.10.g53194f1
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
diff --git a/esee b/esee
index 3a1c3baf61a0..ef276024b762 100644
--- a/esee
+++ b/esee
@@ -1,5 +1,5 @@
diff --git a/Source/Makefile b/Source/Makefile
-index b670ac2..634c128 100644
+index c8d9383..3964b85 100644
--- a/Source/Makefile
+++ b/Source/Makefile
@@ -6,10 +6,11 @@ LIBS = cudart
@@ -15,7 +15,7 @@ index b670ac2..634c128 100644
dpid.o: dpid.cpp dpid.h
@echo "Compiling dpid.cpp ..."
-@@ -17,16 +18,15 @@ dpid.o: dpid.cpp dpid.h
+@@ -17,11 +18,11 @@ dpid.o: dpid.cpp dpid.h
kernel8.o: kernel8.cu
@echo "Compiling kernel8.cu ..."
@@ -29,9 +29,3 @@ index b670ac2..634c128 100644
install: $(TARGET)
@echo "Installing..."
-- @cp $(TARGET) $(PREFIX)
-- @chmod 644 $(PREFIX)/$(TARGET)
-+ @install -Dm644 $(TARGET) $(PREFIX)/$(TARGET)
-
- uninstall:
- @echo "Uninstalling..."