summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7be3d3583878..3067b27701a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yakuake-sessions
pkgdesc = Remember your yakuake session - directory, splitting terminal and virtual environment
- pkgver = 635fde7
+ pkgver = 84d235f
pkgrel = 1
url = https://github.com/UfoDriver/yakuake-sessions
arch = i686
@@ -8,8 +8,7 @@ pkgbase = yakuake-sessions
license = unknown
makedepends = git
depends = qt5-base
- source = git://github.com/UfoDriver/yakuake-sessions.git
+ source = git+https://github.com/UfoDriver/yakuake-sessions.git
md5sums = SKIP
pkgname = yakuake-sessions
-
diff --git a/PKGBUILD b/PKGBUILD
index 5691e61e7459..922da5a6a2b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname='yakuake-sessions'
pkgdesc='Remember your yakuake session - directory, splitting terminal and virtual environment'
-pkgver=635fde7
+pkgver=84d235f
pkgrel=1
arch=('i686' 'x86_64')
url='https://github.com/UfoDriver/yakuake-sessions'
license=('unknown')
depends=('qt5-base')
makedepends=('git')
-source=('git://github.com/UfoDriver/yakuake-sessions.git')
+source=('git+https://github.com/UfoDriver/yakuake-sessions.git')
md5sums=('SKIP')
pkgver() {