summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3db4c5a8d5a8..3c754603031d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = mausoleum-git
pkgdesc = A Python GUI application, command line interface, and wrapper for Tomb
- pkgver = 0.8.3.r23.g3bdc9e8
+ pkgver = 0.8.3.r31.g7ef5e30
pkgrel = 1
url = https://github.com/mandeep/Mausoleum
arch = any
license = GPL3
- makedepends = python-setuptools
+ makedepends = git
depends = tomb
depends = python-pyqt5
depends = python-pytoml
@@ -15,10 +15,9 @@ pkgbase = mausoleum-git
provides = mausoleum-gui
conflicts = mausoleum
options = !emptydirs
- source = mausoleum::git://github.com/mandeep/Mausoleum.git
+ source = mausoleum::git+https://github.com/mandeep/Mausoleum.git
source = mausoleum.desktop
sha512sums = SKIP
sha512sums = fdb2db16c6e8fa3f86a51198d732e50387ea174384ed5f23d7db35f62c00137c84add144fb2e0305d1ea52ee233f8f9f779ef49778ac97f26410ae1a2a2d8ed3
pkgname = mausoleum-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c54085ffcf65..1df2be60cc56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name='mausoleum'
pkgname="$_name-git"
-pkgver=0.8.3.r23.g3bdc9e8
+pkgver=0.8.3.r31.g7ef5e30
pkgrel=1
pkgdesc='A Python GUI application, command line interface, and wrapper for Tomb'
arch=('any')
@@ -16,9 +16,10 @@ depends=(
'python-click'
'python-appdirs'
)
+makedepends=('git')
conflicts=("$_name")
provides=("$_name" "$_name-gui")
-source=("$_name::git://github.com/mandeep/Mausoleum.git"
+source=("$_name::git+https://github.com/mandeep/Mausoleum.git"
"mausoleum.desktop")
sha512sums=('SKIP'
'fdb2db16c6e8fa3f86a51198d732e50387ea174384ed5f23d7db35f62c00137c84add144fb2e0305d1ea52ee233f8f9f779ef49778ac97f26410ae1a2a2d8ed3')