summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNebulaBC2023-03-11 15:16:40 -0500
committerNebulaBC2023-03-11 15:16:40 -0500
commit2cbb271018bb18fc800f98219a5265bccb163988 (patch)
tree637262990269ac3687e5a7652db488e2f90e9063
parent3d262fcd1d1693196a91db63797be87735b9400b (diff)
downloadaur-2cbb271018bb18fc800f98219a5265bccb163988.tar.gz
Add description, and upstream url
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63cbf0731251..b5687b4934e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-# Maintainer: NebulaBC <contact@nebulabc.net>
+# Maintainer: NebulaBC <ufrii.print@nebulabc.net>
pkgname='ufrii-print'
pkgver=1.0
pkgrel=1
+pkgdesc="Install the official Canon UFRII/UFRII LT driver made for Debian on ArchLinux"
+url="https://www.usa.canon.com/support/p/color-imageclass-mf644cdw"
arch=('x86_64')
depends=('cups'
'ghostscript'
@@ -23,10 +25,10 @@ build() {
rm control.tar.xz debian-binary cnrdrvcups-ufr2-us_5.70-1.11_amd64.deb
tar -xvf data.tar.xz
rm data.tar.xz
-
}
package() {
cd $srcdir
mv * $pkgdir
+ echo "To open the setup GUI, you can run \`cnsetuputil2\`"
}