summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77a0c4a143ef..da7cf38838d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri May 19 17:09:42 UTC 2017
+# Fri May 19 17:11:20 UTC 2017
pkgbase = cups-xerox-workcentre-3025
pkgdesc = Xerox WorkCentre 3025 printer driver for CUPS.
pkgver = 1.0_25
diff --git a/PKGBUILD b/PKGBUILD
index 07b5971a5686..7f5591a5a36d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,5 +19,5 @@ depends_i686=('libcups')
package() {
cd ${srcdir}
mkdir -p "$pkgdir/usr/share/ppd/xerox/"
- find -name '*.ppd' -execdir install -Dm644 {} "$pkgdir/usr/share/ppd/xerox/" \;
+ find -name '*3025*.ppd' -execdir install -Dm644 {} "$pkgdir/usr/share/ppd/xerox/" \;
}