summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphiresky2016-09-07 19:12:23 +0200
committerphiresky2016-09-07 19:12:23 +0200
commitb5b9a8e7c054581e7a8f9454ab3ef4ea64ea462b (patch)
tree717849210f3fc5451ccb060abb803771798d79f9
parentc4cc1354ce53bff87e95a4818652881f49deaa30 (diff)
downloadaur-b5b9a8e7c054581e7a8f9454ab3ef4ea64ea462b.tar.gz
remove light directory
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e149a84bcd7d..6036a50d16a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Sep 7 02:17:26 UTC 2016
+# Wed Sep 7 17:12:06 UTC 2016
pkgbase = svp
pkgdesc = SmoothVideo Project 4 (SVP4)
pkgver = 4.0.0.91
- pkgrel = 1
+ pkgrel = 2
url = https://www.svp-team.com/wiki/SVP:Linux
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 7b551ec0bd16..e9f0f02415f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: phiresky <phireskyde+git@gmail.com>
pkgname=svp
pkgver=4.0.0.91
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="SmoothVideo Project 4 (SVP4)"
arch=('x86_64')
@@ -53,4 +53,5 @@ package() {
# According to GhettoGirl35, this extension segfaults in .91
rm $pkgdir/opt/$pkgname/extensions/libsvplight.so
+ rm -r $pkgdir/opt/$pkgname/extensions/light
}