summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Menning2019-05-17 22:29:15 +0200
committerFrancois Menning2019-05-17 22:29:15 +0200
commit3490a3ba96329259073b333970be3855da45af37 (patch)
treeead1e0f561113cf93dc248e58ff948bc9f20881c
parent4d44d3afeb1c922f3c51f68dca6276ee65fe1f5e (diff)
downloadaur-3490a3ba96329259073b333970be3855da45af37.tar.gz
updpkg: use direct link
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51d29608bd99..8a54aa2868d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plasma-theme-helium
pkgdesc = Helium is a clear / white theme designed from scratch for Plasma 5
pkgver = 9.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mcder3/Helium-Plasma-Theme
arch = any
license = custom:Creative Commons
@@ -9,7 +9,7 @@ pkgbase = plasma-theme-helium
provides = plasma-theme-helium
conflicts = plasma-theme-helium-git
options = !strip
- source = plasma-theme-helium::git+https://github.com/mcder3/Helium-Plasma-Theme.git#commit=3d8c5dfae5437586af60d44a01d5457378f0bf17
+ source = https://dl.opendesktop.org/api/files/download/id/1553266692/s/16c801c070301541d3f0f38373aa3520498831b323f0c8104041e624c8acd55572a8d6269746ada91d5bcac65eb71e8ad34e97e4d00bb563f5bf2bdb4be11125/t/1558127643/lt/download/Helium.tar.gz
md5sums = SKIP
pkgname = plasma-theme-helium
diff --git a/PKGBUILD b/PKGBUILD
index bbf0895166e4..1be57b19e0b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=plasma-theme-helium
pkgver=9.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Helium is a clear / white theme designed from scratch for Plasma 5"
arch=('any')
url="https://github.com/mcder3/Helium-Plasma-Theme"
@@ -12,12 +12,11 @@ depends=('plasma-workspace')
provides=("${pkgname}")
conflicts=("${pkgname}-git")
options=('!strip')
-source=("${pkgname}::git+https://github.com/mcder3/Helium-Plasma-Theme.git#commit=3d8c5dfae5437586af60d44a01d5457378f0bf17")
+source=("https://dl.opendesktop.org/api/files/download/id/1553266692/s/16c801c070301541d3f0f38373aa3520498831b323f0c8104041e624c8acd55572a8d6269746ada91d5bcac65eb71e8ad34e97e4d00bb563f5bf2bdb4be11125/t/1558127643/lt/download/Helium.tar.gz")
md5sums=('SKIP')
package() {
install -dm755 "${pkgdir}/usr/share/plasma/desktoptheme/"
- install -Dm644 "${srcdir}/${pkgname}/LICENSE.md/CC BY-SA 4.0 EN.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
- mv "${srcdir}/${pkgname}/Helium" "${pkgdir}/usr/share/plasma/desktoptheme"
+ cp -r --no-preserve=mode,ownership "${srcdir}/Helium" "${pkgdir}/usr/share/plasma/desktoptheme"
}