summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPier Luigi Fiorini2017-01-01 16:52:16 +0100
committerPier Luigi Fiorini2017-01-01 16:52:16 +0100
commit1d777070f8cacc8dd7a7f855129a600e8a3aeb83 (patch)
tree4a3d33e81b95fc367bc77c3770b15cec1ae2465c
parentb244cc63de6b65eda61313abfb17da76e4c8f5e0 (diff)
downloadaur-1d777070f8cacc8dd7a7f855129a600e8a3aeb83.tar.gz
Fix tarball URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e246b23d076..9623e3a451e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 1 15:50:17 UTC 2017
+# Sun Jan 1 15:52:08 UTC 2017
pkgbase = liri-themes
pkgdesc = Themes for uniform look and feel throughout Liri OS
pkgver = 0.9.0
@@ -13,7 +13,7 @@ pkgbase = liri-themes
license = GPL3
makedepends = extra-cmake-modules
conflicts = liri-themes-git
- source = https://github.com/lirios/liri-themes/releases/download/v0.9.0/liri-themes-0.9.0.tar.xz
+ source = https://github.com/lirios/liri-themes/releases/download/v0.9.0/liri-themesos-0.9.0.tar.xz
sha256sums = 59ebc01231ebf955fd847db925fca1c557273da126087af2dfe09013321a54b5
pkgname = liri-themes
diff --git a/PKGBUILD b/PKGBUILD
index 45e091535a59..119509328ab7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3')
makedepends=('extra-cmake-modules')
conflicts=('liri-themes-git')
groups=('liri')
-source=("https://github.com/lirios/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.xz")
+source=("https://github.com/lirios/${pkgname}/releases/download/v${pkgver}/${pkgname}os-${pkgver}.tar.xz")
sha256sums=('59ebc01231ebf955fd847db925fca1c557273da126087af2dfe09013321a54b5')
prepare() {