summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Radermacher <blip@mockmoon-cybernetics.ch>2018-04-15 15:29:09 +0200
committerDominic Radermacher <blip@mockmoon-cybernetics.ch>2018-04-15 15:29:09 +0200
commit37e95ad0863050ec96f66022633c5fe1f05229be (patch)
treefdfe0f728d856820e0564532c48c6df34b042479
parent7463dd1a058a92b6554d30a99aa33ebda54b10c9 (diff)
updated source URL to new location
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a994ca6..c328a37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ptouch
pkgdesc = Command line tool to print text or graphic labels on Brother P-touch printers like PT-2430PC
pkgver = v1.3.4.r10.g5014bf4
- pkgrel = 1
+ pkgrel = 2
url = https://mockmoon-cybernetics.ch/computer/p-touch2430pc/
arch = x86_64
arch = i686
@@ -12,7 +12,7 @@ pkgbase = ptouch
makedepends = autoconf
depends = libusb>=1.0
depends = gd>=2.0.16
- source = git+https://mockmoon-cybernetics.ch/git/ptouch-print.git
+ source = git+https://mockmoon-cybernetics.ch/cgi/cgit/ptouch-print.git
sha256sums = SKIP
pkgname = ptouch
diff --git a/PKGBUILD b/PKGBUILD
index 231a5a6..610454d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Author: Dominic Radermacher <blip@mockmoon-cybernetics.ch>
pkgname=ptouch
pkgver=v1.3.4.r10.g5014bf4
-pkgrel=1
+pkgrel=2
pkgdesc="Command line tool to print text or graphic labels on Brother P-touch printers like PT-2430PC"
arch=('x86_64' 'i686' 'armv7h' 'armv6h')
url="https://mockmoon-cybernetics.ch/computer/p-touch2430pc/"
license=('GPL2')
makedepends=('git' 'autoconf')
depends=('libusb>=1.0' 'gd>=2.0.16')
-source=(git+https://mockmoon-cybernetics.ch/git/ptouch-print.git)
+source=(git+https://mockmoon-cybernetics.ch/cgi/cgit/ptouch-print.git)
sha256sums=('SKIP')
pkgver() {