| author | Ionuț Mircea Bîru
<ibiru@archlinux.org> 2012-10-09 16:02:19 UTC |
| committer | Ionuț Mircea Bîru
<ibiru@archlinux.org> 2012-10-09 16:02:19 UTC |
| parent | ceab79f3167d6e4cf1fa6f848abe81a096657580 |
| PKGBUILD | +0 | -1 |
| libva.install | +0 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 125d1ef..ba3bf09 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,7 +12,6 @@ makedepends=('mesa') optdepends=('libva-vdpau-driver: vdpau back-end for nvidia' 'libva-intel-driver: back-end for intel cards') options=('!libtool') -install=libva.install source=(http://www.freedesktop.org/software/vaapi/releases/$pkgname/$pkgname-$pkgver.tar.bz2) sha1sums=('af6e912ea86a6378992f5783390ab9cb8e5cadf9') diff --git a/libva.install b/libva.install deleted file mode 100644 index 4d8b8e2..0000000 --- a/libva.install +++ /dev/null @@ -1,5 +0,0 @@ -post_upgrade() { - if [ "$(vercmp $2 1.0.15-1)" -lt 0 ]; then - echo 'Starting with libva version 1.0.15, the intel back-end is now in libva-driver-intel.' - fi -}