summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2022-03-20 08:37:33 +0100
committersoloturn2022-03-20 08:37:33 +0100
commit30bd9a734cb8b7450e85c9df03f2d4d7141a2b76 (patch)
tree177adfc7121c661d29b1ed990de596154b9215d9
parent93341660c2c8d71a2ed2a2a79691fb5492ed7512 (diff)
downloadaur-30bd9a734cb8b7450e85c9df03f2d4d7141a2b76.tar.gz
git+https for source, 0.3.0 update
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2454eb560d4..273a1a3fb79a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = smithay-git
pkgdesc = A smithy for rusty wayland compositors
- pkgver = v0.2.0.r245.ge402af48
+ pkgver = v0.3.0.r380.g68386dfbb4
pkgrel = 1
url = https://github.com/Smithay/smithay
arch = i686
@@ -10,8 +10,7 @@ pkgbase = smithay-git
makedepends = rust
provides = smithay
conflicts = smithay
- source = smithay-git::git://github.com/Smithay/smithay.git
+ source = smithay-git::git+https://github.com/Smithay/smithay.git
sha1sums = SKIP
pkgname = smithay-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ea59db34d8bd..9ebee12a62dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename=smithay
pkgname="$_basename-git"
-pkgver=v0.2.0.r245.ge402af48
+pkgver=v0.3.0.r380.g68386dfbb4
pkgrel=1
pkgdesc="A smithy for rusty wayland compositors"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('git' 'rust')
conflicts=("$_basename")
provides=("$_basename")
-source=("$pkgname::git://github.com/Smithay/$_basename.git")
+source=("$pkgname::git+https://github.com/Smithay/$_basename.git")
sha1sums=('SKIP')
pkgver() {