diff options
author | Michal Wojdyla | 2021-12-11 01:11:28 +0100 |
---|---|---|
committer | Michal Wojdyla | 2021-12-11 01:11:28 +0100 |
commit | f59a586e86f8c346c2b93958f1152eb25c8d8fa5 (patch) | |
tree | 182df1a93e550f1193524c0000ec1a6351b8b54c /PKGBUILD | |
parent | 1d5b9bcd2475156a6c3260e23a7f9cfe44759da3 (diff) | |
download | aur-f59a586e86f8c346c2b93958f1152eb25c8d8fa5.tar.gz |
switch back to master branch
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ -# Maintainer: Michal Wojdyla <micwoj9292 at gmail dot com> +# Contributor: Michal Wojdyla <micwoj9292 at gmail dot com> pkgname=kdevelop-python-git -pkgver=5.6.2.r3.gf8b381b6 +pkgver=5.6.1.r31.g95dc8683 pkgrel=1 pkgdesc="Python language and documentation plugin for KDevelop, git version" arch=(x86_64) @@ -12,7 +12,7 @@ makedepends=(extra-cmake-modules git) optdepends=('python-pycodestyle: for Python style checking') provides=('kdevelop-python') conflicts=('kdevelop-python') -source=("git+https://invent.kde.org/kdevelop/kdev-python.git#branch=5.6") # currently master branch fails +source=("git+https://invent.kde.org/kdevelop/kdev-python.git") sha256sums=('SKIP') pkgver() { |