summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGilrain2021-06-13 08:38:12 +0200
committerGilrain2021-06-13 08:38:12 +0200
commit0ee13b3b674198258c60d2ab4ee2838f92afc223 (patch)
tree0d27dcd2e6f747ec4941b1eea1add0a6d4cea8d2
parent6e79cb9e3cfe1ff655708e2f70efdf58f092bdca (diff)
downloadaur-0ee13b3b674198258c60d2ab4ee2838f92afc223.tar.gz
update project url
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b1824a2b5a0..9a3ab8943cdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = pology-git
pkgdesc = A framework for custom processing of PO files.
- pkgver = 0.13.r5484.4321df3d
+ pkgver = 0.13.r5504.72c73d7d
pkgrel = 1
- url = http://techbase.kde.org/Localization/Tools/Pology
+ url = https://invent.kde.org/sdk/pology
changelog = changelog
arch = any
license = GPL3
@@ -31,4 +31,3 @@ pkgbase = pology-git
sha256sums = SKIP
pkgname = pology-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 36355c072afa..d7a54b81a5fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Gilrain <gilrain+libre.arch A_T castelmo DOT_ re>
pkgname=pology-git
-pkgver=0.13.r5484.4321df3d
+pkgver=0.13.r5504.72c73d7d
pkgrel=1
pkgdesc='A framework for custom processing of PO files.'
arch=('any')
license=('GPL3')
-url='http://techbase.kde.org/Localization/Tools/Pology'
+url='https://invent.kde.org/sdk/pology'
depends=('python2' 'gettext' 'python2-pyenchant')
makedepends=('git' 'cmake' 'libxml2' 'docbook-xsl' 'epydoc' 'python2-pygments')
options=(!makeflags)