summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56436b14b1a0..3ca624f847be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = textosaurus
pkgdesc = Simple cross-platform text editor based on Qt and Scintilla
- pkgver = 0.9.10
+ pkgver = 0.9.11
pkgrel = 1
epoch = 1
url = https://github.com/martinrotter/textosaurus
@@ -16,7 +16,7 @@ pkgbase = textosaurus
depends = qt5-base
depends = qt5-svg
replaces = textilosaurus
- source = git+https://github.com/martinrotter/textosaurus#tag=0.9.10
+ source = git+https://github.com/martinrotter/textosaurus.git#tag=0.9.11
source = git+https://github.com/martinrotter/transka.git
source = git+https://github.com/martinrotter/7za.git
source = git+https://github.com/martinrotter/nsis.git
diff --git a/PKGBUILD b/PKGBUILD
index a46798725400..60215e2a4c0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=textosaurus
epoch=1
-pkgver=0.9.10
+pkgver=0.9.11
pkgrel=1
pkgdesc="Simple cross-platform text editor based on Qt and Scintilla"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
@@ -11,7 +11,7 @@ license=(GPL3)
depends=(qt5-base qt5-svg)
makedepends=(git qt5-tools)
replaces=(textilosaurus)
-source=("git+https://github.com/martinrotter/textosaurus#tag=$pkgver"
+source=("git+https://github.com/martinrotter/textosaurus.git#tag=$pkgver"
"git+https://github.com/martinrotter/transka.git"
"git+https://github.com/martinrotter/7za.git"
"git+https://github.com/martinrotter/nsis.git"