summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Doppler2022-11-30 16:25:05 +0100
committerSimon Doppler2022-11-30 16:25:05 +0100
commiteb71a66ca0b588aea240d031a2cc9b70df26cb7f (patch)
tree837a5cdee225aab7e7e24cec2c53818627010671
parent5ba3d91a721266e6be6a5854ec45a3c90360236a (diff)
downloadaur-eb71a66ca0b588aea240d031a2cc9b70df26cb7f.tar.gz
Bump pkgrel for source url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e66a4d41887a..331f04aab884 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = console-tdm-git
pkgdesc = Console display manager based on CDM
pkgver = r2.1a7788c
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://github.com/dopsi/console-tdm
arch = any
@@ -10,7 +10,7 @@ pkgbase = console-tdm-git
optdepends = dialog: for curses UI
provides = console-tdm
conflicts = console-tdm
- source = git://github.com/dopsi/console-tdm
+ source = git+https://github.com/dopsi/console-tdm
sha1sums = SKIP
pkgname = console-tdm-git
diff --git a/PKGBUILD b/PKGBUILD
index 785a80d12be3..63ea0277739f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Doppler (dopsi) <dop.simon@gmail.com>
pkgname=console-tdm-git
pkgver=r2.1a7788c
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='Console display manager based on CDM'
arch=('any')
@@ -11,7 +11,7 @@ provides=('console-tdm')
conflicts=('console-tdm')
depends=('xorg-xinit')
optdepends=('dialog: for curses UI')
-source=('git://github.com/dopsi/console-tdm')
+source=('git+https://github.com/dopsi/console-tdm')
sha1sums=('SKIP')
_gitname=console-tdm