summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Nylén2018-04-19 14:15:49 +0200
committerJoakim Nylén2018-04-19 14:15:49 +0200
commit433fcc17f5287e009279df8e3575c72241964de5 (patch)
treef0a329be0d168456da5327f57b8b27d241b38df6
parent823aaf82a70e59bc21d6fe2cfeacceef433be369 (diff)
downloadaur-433fcc17f5287e009279df8e3575c72241964de5.tar.gz
SKIP SHA256SUM on logo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdf11a85e0c8..81cafc916396 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = iris-temperature
pkgdesc = Adjusts the color temperature of your screen according to your surroundings.
pkgver = 0.9.2.2
- pkgrel = 2
+ pkgrel = 3
url = https://iristech.co/iris/
arch = x86_64
arch = i686
@@ -14,7 +14,7 @@ pkgbase = iris-temperature
source = iris.desktop
source = iris.png::https://iristech.co/wp-content/themes/iris/img/Logo.png
sha256sums = 3cb01db99de3de6ad4a991afe153388b8ff1511f91f12e4bc04144ad2d17c95e
- sha256sums = c77e58a67a22fbdbdb4b1ffbcc9625a2ccbf55d4b082de56827f340257b4ef74
+ sha256sums = SKIP
source_x86_64 = https://raw.githubusercontent.com/danielng01/Iris-Builds/master/Linux/Iris-0.9.2.2-Linux-64bit.tar.gz
sha256sums_x86_64 = 0e0ce86f8333eb9bf6a41a495b70e1bff96b8b573e30ee1ac0a3f2ac9de7ee97
source_i686 = https://raw.githubusercontent.com/danielng01/Iris-Builds/master/Linux/Iris-0.9.2.2-Linux-32bit.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 0e5211f0ee39..f2f60bd57ebd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=iris-temperature
pkgver=0.9.2.2
-pkgrel=2
+pkgrel=3
pkgdesc="Adjusts the color temperature of your screen according to your surroundings."
arch=('x86_64' 'i686')
license=('custom: Iris tech')
@@ -13,7 +13,7 @@ provides=('iris')
source=('iris.desktop' 'iris.png::https://iristech.co/wp-content/themes/iris/img/Logo.png')
-sha256sums=('3cb01db99de3de6ad4a991afe153388b8ff1511f91f12e4bc04144ad2d17c95e' 'c77e58a67a22fbdbdb4b1ffbcc9625a2ccbf55d4b082de56827f340257b4ef74')
+sha256sums=('3cb01db99de3de6ad4a991afe153388b8ff1511f91f12e4bc04144ad2d17c95e' 'SKIP')
sha256sums_x86_64=('0e0ce86f8333eb9bf6a41a495b70e1bff96b8b573e30ee1ac0a3f2ac9de7ee97')
sha256sums_i686=('1ec3a8293be6a32ccf9957d1856bca828294e71cfa7fbea02818865d672346aa')
noextract=("Iris-${pkgver}.AppImage")