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 ca85f3cf00ed..31c0f6d3237e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-concur
- pkgdesc = Beautiful side-by-side diffs
+ pkgdesc = Concur UI Framework for Python
pkgver = 0.10.0
pkgrel = 1
- url = https://github.com/darrenburns/dunk
+ url = https://github.com/potocpav/python-concur
arch = any
license = MIT
makedepends = python-build
diff --git a/PKGBUILD b/PKGBUILD
index 34bae7b8100d..af1925b17537 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ _name=concur
pkgname=python-$_name
pkgver=0.10.0
pkgrel=1
-pkgdesc='Beautiful side-by-side diffs'
+pkgdesc='Concur UI Framework for Python'
arch=(any)
-url='https://github.com/darrenburns/dunk'
+url='https://github.com/potocpav/python-concur'
license=('MIT')
depends=(python python-concur-imgui)
makedepends=(python-build python-installer python-wheel)