summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMrTimscampi2015-09-29 18:21:09 +0200
committerMrTimscampi2015-09-29 18:21:09 +0200
commite210fef2e36de9cf28782a27c9265ceb95faaceb (patch)
tree60531fc65b02d703f6ca377e7b9bf6f1ce7c61cc
parent804e2ef0b760d7274b79f2c979829f4e1558b221 (diff)
downloadaur-e210fef2e36de9cf28782a27c9265ceb95faaceb.tar.gz
Added back the header files
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01e2f5815fb3..9094ff0869b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=waifu2x-converter-cpp-cuda-git
_gitname=${pkgname%-cuda-git}
pkgver=r250.ca65c93
-pkgrel=2
+pkgrel=3
pkgdesc="Image rescaling and noise reduction using the power of convolutional neural networks, with CUDA support"
arch=('i686' 'x86_64')
url="https://github.com/tanakamura/waifu2x-converter-cpp"
@@ -40,6 +40,7 @@ package() {
install -D ${_gitname} $pkgdir/usr/bin/waifu2x
install -D libw2xc.so $pkgdir/usr/lib/libw2xc.so
install -D ../../waifu2x.1.gz $pkgdir/usr/share/man/man1/waifu2x.1.gz
+ install -D src/w2xconv.h $pkgdir/usr/include/w2xconv.h
mkdir -p $pkgdir/usr/share/waifu2x || true
cp -r models_rgb $pkgdir/usr/share/waifu2x
}