summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Rubin2022-07-23 14:06:38 +0200
committerMarco Rubin2022-07-23 14:06:38 +0200
commit90cf09e2e28c60e9083825c304f33141d70a921a (patch)
tree6cff1b54429918fbf7e9788bb4e639898a2f8a48
parente723c0bbfb780b03687d50f7cf1623cea7cf0775 (diff)
downloadaur-python-concur.tar.gz
Fixes
-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)