summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxeruf2023-01-18 10:15:27 +0100
committerxeruf2023-01-18 10:15:27 +0100
commit9483268de11c64ea158e85a6015830fa6e5b4db0 (patch)
treea0f926e7371d0e31e23bc7d0496d5943c975160d
parentbd90d9ca27590c277216af243f079f3d9ff22679 (diff)
downloadaur-samba-mounter-git.tar.gz
Update Repository
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38b6bfe08a5b..0956554cb998 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = samba-mounter-git
pkgdesc = User space mount tool for samba
- pkgver = 158.7f5915f
+ pkgver = 207.0c56c2d
pkgrel = 1
- url = https://cgit.kde.org/samba-mounter.git
+ url = https://invent.kde.org/system/samba-mounter.git/
arch = i686
arch = x86_64
license = GPL
@@ -19,8 +19,7 @@ pkgbase = samba-mounter-git
depends = solid
provides = samba-mounter
provides = samba-mounter-frameworks-git
- source = git://anongit.kde.org/samba-mounter.git
+ source = git+https://invent.kde.org/system/samba-mounter.git/
sha256sums = SKIP
pkgname = samba-mounter-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d3a3907cd10c..f20fee31af21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
-# $Id$
+# Maintainer: xeruf <27jf at pm dot me>
# Maintainer: Philipp Schmidt <philschmidt@gmx.net>
-# Maintainer: James Kittsmiller (AJSlye) <james@nulogicsystems.com>
+# Creator: James Kittsmiller (AJSlye) <james@nulogicsystems.com>
+pkgname="${_pkgname}-git"
_pkgname=samba-mounter
pkgname=samba-mounter-git
-pkgver=158.7f5915f
+pkgver=207.0c56c2d
pkgrel=1
pkgdesc="User space mount tool for samba"
-url="https://cgit.kde.org/samba-mounter.git"
+url="https://invent.kde.org/system/samba-mounter.git/"
arch=('i686' 'x86_64')
license=('GPL')
depends=('kauth' 'cifs-utils' 'smbclient' 'kcmutils' 'kconfig' 'kio' 'ki18n' 'solid')
makedepends=('cmake' 'git' 'extra-cmake-modules')
-provides=('samba-mounter' 'samba-mounter-frameworks-git')
-source=("git://anongit.kde.org/samba-mounter.git")
+provides=("${_pkgname}" "${_pkgname}-frameworks-git")
+source=("git+${url}")
sha256sums=('SKIP')
pkgver() {