summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2022-03-16 18:26:00 +0100
committerFrederic Bezies2022-03-16 18:26:00 +0100
commitabf3c99dd5ae2e7e6e4797af129f94bce1f0cf71 (patch)
treeb28a4da02c0131fa1d3c82438938e679f69757f7
parentfb5bb38e992e882975610d219ae78c2fcb15d22c (diff)
downloadaur-abf3c99dd5ae2e7e6e4797af129f94bce1f0cf71.tar.gz
March, 16th 2022 update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 093616721c49..8ae9d702b2c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cool-retro-term-git
pkgdesc = A good looking terminal emulator which mimics the old cathode display - git version
pkgver = 1.1.0.r118.g74ae511
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Swordfish90/cool-retro-term
arch = i686
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = cool-retro-term-git
depends = qt5-declarative
provides = cool-retro-term=1.1.0.r118.g74ae511
conflicts = cool-retro-term
- source = git://github.com/Swordfish90/cool-retro-term.git
+ source = git+https://github.com/Swordfish90/cool-retro-term.git
sha256sums = SKIP
pkgname = cool-retro-term-git
diff --git a/PKGBUILD b/PKGBUILD
index 3fdbcf4ce5a6..c627a00f0d5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=cool-retro-term
pkgname=$_pkgname-git
pkgver=1.1.0.r118.g74ae511
-pkgrel=1
+pkgrel=2
pkgdesc='A good looking terminal emulator which mimics the old cathode display - git version'
arch=('i686' 'x86_64')
url='https://github.com/Swordfish90/cool-retro-term'
@@ -15,7 +15,7 @@ depends=('hicolor-icon-theme' 'qt5-declarative')
makedepends=('git' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-graphicaleffects' 'qmltermwidget-git')
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
-source=("git://github.com/Swordfish90/cool-retro-term.git")
+source=("git+https://github.com/Swordfish90/cool-retro-term.git")
sha256sums=('SKIP')
prepare() {