summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Latifi2021-04-04 13:09:54 +0200
committerFlorian Latifi2021-04-04 13:09:54 +0200
commit044df729322159fbac519a4348aa7076f0c7aede (patch)
treec682e359c09a8c2f00cdc750d0088d293f079cab /PKGBUILD
parentf50c03a50f0c26df4fbbea68db5331b95447589c (diff)
downloadaur-044df729322159fbac519a4348aa7076f0c7aede.tar.gz
Update to v17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e20953538a3..691e2088a8d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Florian Latifi <mail@florian-latifi.at>
pkgname=gnome-shell-extension-stocks-extension
-pkgver=16
+pkgver=17
pkgrel=1
pkgdesc="An extension to display stock quotes in GNOME Shell Panel"
arch=("any")
@@ -9,7 +9,7 @@ license=("GPL")
provides=("gnome-shell-extension-stocks-extension")
depends=("gnome-shell")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-md5sums=("130efde0c825cf0ce696a090790dade3")
+md5sums=("4adbf56edb559f1ab5a4ca22f35f5877")
package() {
install -d "$pkgdir/usr/share/gnome-shell/extensions" && cp -a "$srcdir/stocks-extension-$pkgver/stocks@infinicode.de" "$_"