1 2 Next › Last »
I pushed an update for the latest release, and I'm disowning it so anyone can maintain it.
Please update the version number from 1.2.10 to 1.2.13 new working source link is https://fs.tscprinters.com/system/files/linux64_v1.2.13.zip
Download file changed, no need to extract archieve twice.
--- ./PKGBUILD.old 2023-12-31 10:59:03.330828895 +0800 +++ ./PKGBUILD 2023-12-31 11:13:03.458590277 +0800 @@ -1,7 +1,7 @@ # Maintainer: rafaelff <rafaelff@gnome.org> pkgname=tscdriver -pkgver=1.2.08 +pkgver=1.2.10 pkgrel=1 pkgdesc="Drivers for TSC Printers" arch=(x86_64) @@ -10,10 +10,9 @@ depends=(gtk2 libusb) makedepends=(unzip) source=("$pkgname-$pkgver.zip::https://fs.tscprinters.com/system/files/linux64_v${pkgver}.zip") -sha256sums=('f3e57ce1b971f7868956f0ece66969892a8eaceba8f4ce33e6298e67069ff19a') +sha256sums=('82addc9e63c3fdc52c0c6817ba5fa319850a765c01df48d0b2e387db63a14e13') prepare() { - unzip linux64_v${pkgver}/Linux64_v${pkgver}.zip tar xf Linux64_v${pkgver}/barcodedriver-${pkgver}-x86_64.tar.gz }
-pkgver=1.2.02 +pkgver=1.2.06 -source=("$pkgname-$pkgver.zip::$url/EN/DownloadFile/DownloadFileSupport/1110/Linux64_v$pkgver.zip?m_id=4124") -sha256sums=('381b0306b2bb6545d1019f99198a30841939d2deb2dcb3cda0c59d81ec185b3d') +source=("https://fs.tscprinters.com/system/files/linux64_v$pkgver.zip") +sha256sums=('54ab6552d1a0834db816e462a548b65156bd4702e67baa9e895b849f9d487a68') + +prepare() { + cd "${srcdir}/" + tar -xf "${srcdir}/Linux64_v${pkgver}/barcodedriver-${pkgver}_x86-64.tar.gz" +}
Thanks, ChenyHsu
Not sure if I edit PKGBUILD in the right way, but at least it works. (Tested with an TSC TTP-244 Pro printer)
--- PKGBUILD?h=tscdriver 2021-01-29 20:07:42.000000000 +0800
+++ ./PKGBUILD 2021-01-30 14:49:18.610301194 +0800
@@ -1,8 +1,8 @@
# Maintainer: rafaelff rafaelff@gnome.org
pkgname=tscdriver
-pkgver=0.4.03
-pkgrel=1
+pkgver=1.2.02
+pkgrel=2
pkgdesc="Drivers for TSC Printers"
arch=(x86_64)
url="https://www.tscprinters.com"
@@ -10,10 +10,10 @@
depends=(gtk2)
makedepends=(unzip)
source=("$pkgname-$pkgver.zip::$url/EN/DownloadFile/DownloadFileSupport/1110/Linux64_v$pkgver.zip?m_id=4124")
-sha256sums=('bf94e7d115ec9df4708b20721a7389ee91711fed48d0cc0949ad11e214efaff6')
+sha256sums=('381b0306b2bb6545d1019f99198a30841939d2deb2dcb3cda0c59d81ec185b3d')
prepare() {
- tar xf "$pkgname-$pkgver-$CARCH.tar.gz"
+ unzip "$pkgname-$pkgver.zip"
}
package() {
@@ -24,8 +24,8 @@
install -vm4755 thermalprinterut "$pkgdir/usr/bin/"
install -vdm755 "$pkgdir/usr/lib/cups/backend/"
- install -vm755 backend/tscusb "$pkgdir/usr/lib/cups/backend/"
- install -vm755 backend/tscsocket "$pkgdir/usr/lib/cups/backend/"
+ install -vm755 backend/brusb "$pkgdir/usr/lib/cups/backend/"
+ install -vm755 backend/brsocket "$pkgdir/usr/lib/cups/backend/"
install -vdm755 "$pkgdir/usr/lib/cups/filter/"
install -vm755 rastertobarcodetspl "$pkgdir/usr/lib/cups/filter/rastertobarcodetspl"
@lunick: I made a few changes, but source URL is now fixed. Thanks!
Hi. Small correct PKGBUILD and pkg great build. Sorry from my eng =)
--source=("Linux64_v$pkgver.zip::$url/EN/DownloadFile/DownloadFileSupport/1103/3174")
++ source=("Linux64_v$pkgver.zip::$url/EN/DownloadFile/DownloadFileSupport/1103/Linux64_v0.2.06.zip?m_id=3174")
--md5sums=('ea523125745496cc2f0de0d8969b15e5')
++md5sums=('162e30a08ae475ee4375f0181cefc957')
-- cd "$srcdir"
++ cd "$srcdir/Linux64_v$pkgver"
-- cd "$pkgname-$pkgver"
++ cd "Linux64_v$pkgver/$pkgname-$pkgver"
Latest Comments
1 2 Next › Last »
rafaelff commented on 2025-12-11 15:44 (UTC)
I pushed an update for the latest release, and I'm disowning it so anyone can maintain it.
BlurryFlurry commented on 2025-09-14 16:35 (UTC)
Please update the version number from 1.2.10 to 1.2.13 new working source link is https://fs.tscprinters.com/system/files/linux64_v1.2.13.zip
ChenyHsu commented on 2023-12-31 03:19 (UTC) (edited on 2023-12-31 03:19 (UTC) by ChenyHsu)
Download file changed, no need to extract archieve twice.
swiftgeek commented on 2022-06-21 00:36 (UTC)
rafaelff commented on 2021-01-30 16:00 (UTC)
Thanks, ChenyHsu
ChenyHsu commented on 2021-01-30 06:53 (UTC) (edited on 2021-01-30 06:59 (UTC) by ChenyHsu)
Not sure if I edit PKGBUILD in the right way, but at least it works. (Tested with an TSC TTP-244 Pro printer)
--- PKGBUILD?h=tscdriver 2021-01-29 20:07:42.000000000 +0800
+++ ./PKGBUILD 2021-01-30 14:49:18.610301194 +0800
@@ -1,8 +1,8 @@
# Maintainer: rafaelff rafaelff@gnome.org
pkgname=tscdriver
-pkgver=0.4.03
-pkgrel=1
+pkgver=1.2.02
+pkgrel=2
pkgdesc="Drivers for TSC Printers"
arch=(x86_64)
url="https://www.tscprinters.com"
@@ -10,10 +10,10 @@
depends=(gtk2)
makedepends=(unzip)
source=("$pkgname-$pkgver.zip::$url/EN/DownloadFile/DownloadFileSupport/1110/Linux64_v$pkgver.zip?m_id=4124")
-sha256sums=('bf94e7d115ec9df4708b20721a7389ee91711fed48d0cc0949ad11e214efaff6')
+sha256sums=('381b0306b2bb6545d1019f99198a30841939d2deb2dcb3cda0c59d81ec185b3d')
prepare() {
- tar xf "$pkgname-$pkgver-$CARCH.tar.gz"
+ unzip "$pkgname-$pkgver.zip"
}
package() {
@@ -24,8 +24,8 @@
install -vm4755 thermalprinterut "$pkgdir/usr/bin/"
install -vdm755 "$pkgdir/usr/lib/cups/backend/"
- install -vm755 backend/tscusb "$pkgdir/usr/lib/cups/backend/"
- install -vm755 backend/tscsocket "$pkgdir/usr/lib/cups/backend/"
+ install -vm755 backend/brusb "$pkgdir/usr/lib/cups/backend/"
+ install -vm755 backend/brsocket "$pkgdir/usr/lib/cups/backend/"
install -vdm755 "$pkgdir/usr/lib/cups/filter/"
install -vm755 rastertobarcodetspl "$pkgdir/usr/lib/cups/filter/rastertobarcodetspl"
rafaelff commented on 2018-12-16 20:58 (UTC)
@lunick: I made a few changes, but source URL is now fixed. Thanks!
lunick commented on 2018-12-15 17:05 (UTC) (edited on 2018-12-15 17:14 (UTC) by lunick)
Hi. Small correct PKGBUILD and pkg great build. Sorry from my eng =)
--source=("Linux64_v$pkgver.zip::$url/EN/DownloadFile/DownloadFileSupport/1103/3174")
++ source=("Linux64_v$pkgver.zip::$url/EN/DownloadFile/DownloadFileSupport/1103/Linux64_v0.2.06.zip?m_id=3174")
--md5sums=('ea523125745496cc2f0de0d8969b15e5')
++md5sums=('162e30a08ae475ee4375f0181cefc957')
-- cd "$srcdir"
++ cd "$srcdir/Linux64_v$pkgver"
-- cd "$pkgname-$pkgver"
++ cd "Linux64_v$pkgver/$pkgname-$pkgver"
k0ste commented on 2015-01-26 03:40 (UTC)
1 2 Next › Last »