summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2018-10-08 23:30:53 +0200
committerHyacinthe Cartiaux2018-10-08 23:30:53 +0200
commit9bcaf7205ba92b352f04d756ed56e10a01644572 (patch)
tree2f1bd02ae99082b61d345d467f4ad4e4b7907a30
parent9883b7535743cb703b920daa62b6a1a4a5858962 (diff)
downloadaur-9bcaf7205ba92b352f04d756ed56e10a01644572.tar.gz
Pkgrel bump: fix the source link (github)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 205dfa60becc..9e5bc270f57b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = yakuake-skin-breeze-thin-dark
pkgdesc = A Breeze Thin Dark skin for Yakuake (Plasma 5)
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = http://opendesktop.org/content/show.php?content=169026
arch = any
license = GPL
depends = yakuake
conflicts = yakuake-skin-breeze-thin-dark-frameworks
replaces = yakuake-skin-breeze-thin-dark-frameworks
- source = breeze-thin-dark.tar.gz::https://dl.opendesktop.org/api/files/download/id/1520795169/s/7bdeddc40afcfbe699e5fdc0cc10304f/t/1538665252/u//breeze-thin-dark.tar.gz
+ source = breeze-thin-dark.tar.gz::https://github.com/jonesman/breeze-thin-dark/releases/download/v0.2/breeze-thin-dark.tar.gz
sha256sums = f72ab2c14c9e13894318a694bd61713fa31c660c31822e8992a2e57e24f76a44
pkgname = yakuake-skin-breeze-thin-dark
diff --git a/PKGBUILD b/PKGBUILD
index 51234621bb22..089017277c52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=breeze-thin-dark
pkgname=yakuake-skin-${_pkgname}
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A Breeze Thin Dark skin for Yakuake (Plasma 5)"
arch=('any')
url="http://opendesktop.org/content/show.php?content=169026"
@@ -12,7 +12,7 @@ license=('GPL')
depends=('yakuake')
replaces=("${pkgname}-frameworks")
conflicts=("${pkgname}-frameworks")
-source=("${_pkgname}.tar.gz::https://dl.opendesktop.org/api/files/download/id/1520795169/s/7bdeddc40afcfbe699e5fdc0cc10304f/t/1538665252/u//${_pkgname}.tar.gz")
+source=("${_pkgname}.tar.gz::https://github.com/jonesman/breeze-thin-dark/releases/download/v${pkgver}/${_pkgname}.tar.gz")
sha256sums=('f72ab2c14c9e13894318a694bd61713fa31c660c31822e8992a2e57e24f76a44')
package() {