summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChanathip Srithanrat2018-10-27 02:28:40 +0700
committerChanathip Srithanrat2018-10-27 02:28:40 +0700
commit79bc065a729087750c1ae12a2d9d3a66e805f08b (patch)
tree525df1ebe0a3457635afdf8bbe972c5d26b18c72 /PKGBUILD
parent14d3451f0d21c1d2fbbf5687e093c439a639c2f7 (diff)
downloadaur-mcos-mjv-gtk-theme.tar.gz
v1.3-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8768cabfadf1..f4479e99ab16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mcos-mjv-gtk-theme
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc='McOS-MJV GTK Theme'
arch=('any')
url='https://www.opendesktop.org/p/1241688/'
@@ -11,7 +11,7 @@ depends=('gtk-engine-murrine')
# Hash and Timestamp
_p="var \(hash = '\(.*\)\|timetamp = '\(.*\)\)';"
-read _s _t <<< $(echo -n $(curl -s $url | sed -n "s/$_p/\2\3/p"))
+read _s _t <<< $(echo -n $(curl -s $url | sed -n "s/$_p/\2\3/p" | head -n2))
source=("https://dl.opendesktop.org/api/files/download/id/1537831784/s/$_s/t/$_t/$pkgname-$pkgver.tar.xz")
md5sums=('1aed15c46dd14ef1aac31d16f7b8a048')