summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Harmathy2022-01-05 13:54:54 +0100
committerMax Harmathy2022-01-05 13:54:54 +0100
commitb916108b9b19cead4ff5cd071f6c271536b437a2 (patch)
tree19dea978cc296e4e061ce4874f980e134f43f49b
parent9b65de4c93bc46f273b2d42137cfa62490be752c (diff)
downloadaur-b916108b9b19cead4ff5cd071f6c271536b437a2.tar.gz
Update to new location
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47a483c20efa..8e1dcc4a286d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = ptouch-print
pkgdesc = Command line tool to print labels on Brother P-Touch printers
pkgver = 1.4.3
- pkgrel = 1
- url = https://mockmoon-cybernetics.ch/computer/p-touch2430pc/
+ pkgrel = 2
+ url = https://familie-radermacher.ch/dominic/projekte/ptouch-print/
arch = x86_64
license = GPL3
makedepends = git
depends = gd
depends = libusb
provides = ptouch-print
- source = git+https://mockmoon-cybernetics.ch/cgi/cgit/linux/ptouch-print.git#tag=v1.4.3
+ source = git+https://familie-radermacher.ch/cgi/cgit/linux/ptouch-print.git#commit=32c0d3be29f9eebb5d0e48f4f998da83b0c2ff3c
sha256sums = SKIP
pkgname = ptouch-print
-
diff --git a/PKGBUILD b/PKGBUILD
index 58a20e9f2f92..e3715cf8382f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname='ptouch-print'
pkgver=1.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="Command line tool to print labels on Brother P-Touch printers"
arch=('x86_64')
-url='https://mockmoon-cybernetics.ch/computer/p-touch2430pc/'
+url='https://familie-radermacher.ch/dominic/projekte/ptouch-print/'
license=('GPL3')
depends=('gd' 'libusb')
makedepends=('git')
provides=("${pkgname}")
-source=("git+https://mockmoon-cybernetics.ch/cgi/cgit/linux/${pkgname}.git#tag=v${pkgver}")
+source=("git+https://familie-radermacher.ch/cgi/cgit/linux/${pkgname}.git#commit=32c0d3be29f9eebb5d0e48f4f998da83b0c2ff3c")
# NB: updpkgsums --> SKIP
sha256sums=('SKIP')