summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexey2017-08-01 22:18:38 +0400
committerAlexey2017-08-01 22:18:38 +0400
commit7bc57486bb24ffa864b98d3f64e084cba2d298f3 (patch)
tree0ba61ca9b8aa5ee4096a2b7795d3bf10abc3d71d
parentcba0ae89d22ac0ca33687d74b14c7936eded591e (diff)
downloadaur-7bc57486bb24ffa864b98d3f64e084cba2d298f3.tar.gz
change repo
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b81b4ef447ff..c482f482cb20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Aug 1 15:18:43 UTC 2017
+# Tue Aug 1 18:18:25 UTC 2017
pkgbase = plantumlqeditor-git
pkgdesc = PlantUML QEditor is a simple editor written in Qt5 for PlantUML
pkgver = 2.1_20170801
- pkgrel = 1
- url = https://github.com/jalbersol/plantumlqeditor
+ pkgrel = 2
+ url = https://github.com/borco/plantumlqeditor
install = plantumlqeditor-git.install
arch = any
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = plantumlqeditor-git
depends = plantuml
depends = qt5-base
depends = graphviz
- source = git+https://github.com/jalbersol/plantumlqeditor.git
+ source = git+https://github.com/borco/plantumlqeditor.git
md5sums = SKIP
pkgname = plantumlqeditor-git
diff --git a/PKGBUILD b/PKGBUILD
index 1dbaa2ed3f27..e4cd5b1f3ee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname='plantumlqeditor-git'
pkgver='2.1_20170801'
-pkgrel=1
+pkgrel=2
pkgdesc='PlantUML QEditor is a simple editor written in Qt5 for PlantUML'
arch=('any')
-url='https://github.com/jalbersol/plantumlqeditor'
+url='https://github.com/borco/plantumlqeditor'
license=('GPL3')
depends=('qt5-webengine' 'plantuml' 'qt5-base' 'graphviz')
-source=('git+https://github.com/jalbersol/plantumlqeditor.git')
+source=('git+https://github.com/borco/plantumlqeditor.git')
md5sums=('SKIP')
install="$pkgname".install