summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Neumann2020-10-22 19:45:33 +0200
committerJan Neumann2020-10-22 19:45:33 +0200
commitcc65e68c7f87916294640be95d38c8611e48c8c9 (patch)
tree9263f07b4f899622d0f2abdbafe73c0c98a20135
parentd515be5653864d8d30ef0d2cd23448f5375e5682 (diff)
downloadaur-cc65e68c7f87916294640be95d38c8611e48c8c9.tar.gz
remove releasme, add new source...
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8c0379b1223..b9d216ca9913 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = liquidshell-git
pkgdesc = Alternative desktop replacement for Plasma, using QtWidgets instead of QtQuick to ensure hardware acceleration is not required
- pkgver = r266.d12f28a
+ pkgver = r324.2cf42c8
pkgrel = 1
- url = https://cgit.kde.org/liquidshell.git/
+ url = https://invent.kde.org/system/liquidshell
arch = x86_64
license = GPL3
makedepends = cmake
makedepends = extra-cmake-modules
makedepends = git
- makedepends = ruby
- makedepends = svn
depends = networkmanager-qt
depends = bluez-qt
depends = kcmutils
@@ -18,7 +16,7 @@ pkgbase = liquidshell-git
depends = hicolor-icon-theme
optdepends = ksysguard
optdepends = kconfig
- source = git+git://anongit.kde.org/liquidshell.git
+ source = git+https://invent.kde.org/system/liquidshell.git
sha256sums = SKIP
pkgname = liquidshell-git
diff --git a/PKGBUILD b/PKGBUILD
index f1e42ead6f16..ffdf64b52cba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
pkgname=liquidshell-git
_gitname=liquidshell
-pkgver=r266.d12f28a
+pkgver=r324.2cf42c8
pkgrel=1
pkgdesc='Alternative desktop replacement for Plasma, using QtWidgets instead of QtQuick to ensure hardware acceleration is not required'
arch=('x86_64')
-url='https://cgit.kde.org/liquidshell.git/'
+url='https://invent.kde.org/system/liquidshell'
license=('GPL3')
depends=('networkmanager-qt' 'bluez-qt' 'kcmutils' 'knewstuff' 'packagekit-qt5' 'hicolor-icon-theme')
-makedepends=('cmake' 'extra-cmake-modules' 'git' 'ruby' 'svn')
+makedepends=('cmake' 'extra-cmake-modules' 'git')
optdepends=('ksysguard' 'kconfig')
-source=("git+git://anongit.kde.org/liquidshell.git")
+source=("git+${url}.git")
sha256sums=('SKIP')
pkgver() {
@@ -29,7 +29,7 @@ build() {
mkdir build && cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr
- make fetch-translations
+
}