aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfelics2018-05-21 13:39:29 +0200
committerfelics2018-05-21 13:39:29 +0200
commit3281962e67887388d1612b66cd714e2a9dd01a22 (patch)
tree15581851bdde84890097e8e8cb4d5df46e238716
parent82da32b2d1300db180f55e495f03279979bb7b6e (diff)
downloadaur-3281962e67887388d1612b66cd714e2a9dd01a22.tar.gz
Updated TODO.txt
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--TODO.txt3
3 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c8d7684b2c5..1902b62a46ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cups-print-to-programme
pkgdesc = Virtual printer for cups which prints to a file and opens that with a programme the user can choose in the settings. For example, print to gimp.
pkgver = 0.1.6
- pkgrel = 2
+ pkgrel = 3
url = http://felics.kettenbruch.de/software/cups-print-to-programme/
install = cups-programme.install
arch = any
@@ -31,7 +31,7 @@ pkgbase = cups-print-to-programme
sha256sums = eddbf1398da6052d5dba15e84f82e20e81c87c8dd0a69222ba818c05d8babd1f
sha256sums = f583ed8969deef9e890b20c475bc24fd4eed8ef3c3a51544f9183fcc69d38c5c
sha256sums = fff96ebdac583c710fa8762e967929b905ed342a0b8977268741e40403a3e31c
- sha256sums = f21c9c2fe535122aff79d79a57c07858809f2d576083c2a0a38f07906ce9714c
+ sha256sums = 83b54a69c67d39d03b1b02a4da1c2bccb45c459f239809568221844c2e7500a7
sha256sums = 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
sha256sums = 0ee996783ae6848cf3c522de135646cb4b19670a48d6f1bf387b5b304f5506ad
diff --git a/PKGBUILD b/PKGBUILD
index 1d113fac6249..120133bfa3b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=cups-print-to-programme
pkgname="${_pkgname}"
pkgver=0.1.6
-pkgrel=2
+pkgrel=3
pkgdesc="Virtual printer for cups which prints to a file and opens that with a programme the user can choose in the settings. For example, print to gimp."
arch=('any')
depends=(
@@ -41,7 +41,7 @@ backup=('etc/cups/cups-programme.conf')
sha256sums=('eddbf1398da6052d5dba15e84f82e20e81c87c8dd0a69222ba818c05d8babd1f'
'f583ed8969deef9e890b20c475bc24fd4eed8ef3c3a51544f9183fcc69d38c5c'
'fff96ebdac583c710fa8762e967929b905ed342a0b8977268741e40403a3e31c'
- 'f21c9c2fe535122aff79d79a57c07858809f2d576083c2a0a38f07906ce9714c'
+ '83b54a69c67d39d03b1b02a4da1c2bccb45c459f239809568221844c2e7500a7'
'3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986'
'0ee996783ae6848cf3c522de135646cb4b19670a48d6f1bf387b5b304f5506ad')
diff --git a/TODO.txt b/TODO.txt
index e76188a790fd..bf10d76a2c7d 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,3 +1,6 @@
+* Investigate & fix a problem where the CUPS output might have inverted
+ graphics.
+
* Provide a graphical wrapper programme that can be specified as the
programme to print into, where the user can select the real programme
he wants to pen the print file with.