summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel M. Capella2020-01-31 16:56:35 -0500
committerDaniel M. Capella2020-01-31 16:56:35 -0500
commit79287261bedb7e8684f20723eea47aa64f2b3e91 (patch)
treea65e002acfb4c252ae4cb3c827efd8efc15ebd83
parentbf16831bc8b63e29d79edd50bc82685620918cb6 (diff)
downloadaur-79287261bedb7e8684f20723eea47aa64f2b3e91.tar.gz
1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63f232a3fca1..be264e7c8cce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = spotify-adblock-linux
pkgdesc = Spotify adblocker for Linux
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/abba23/spotify-adblock-linux
arch = x86_64
license = GPL3
depends = spotify
- source = https://github.com/abba23/spotify-adblock-linux/archive/v1.0/spotify-adblock-linux-v1.0.tar.gz
+ source = https://github.com/abba23/spotify-adblock-linux/archive/v1.1/spotify-adblock-linux-v1.1.tar.gz
source = spotify-adblock.desktop
- sha512sums = dae7c4b1ebbaa2e5e9f3545aab570242f2168877fbe64524fef3a6a305f2021195cf9db696a53902410c5fbdff2959d43cac667907405afa9c3da2afd6e4ec77
+ sha512sums = e9fe2f3aaf22314d60027dbae93d9b869fa7f08667062a9e44c707a6c5394dbbc6e77efad8f9d93f183c64ec413388e7d36c084bfe8e8401e1fe82157191ec0a
sha512sums = 69f497a0b869e855b7c6c733c73ee3f285000d56543bf5083382fe1957a9be9a27f8e7eff6e3ef5ccaf5c12ee7750c7e8561bef54e688e5b8b738b320f5cf90a
pkgname = spotify-adblock-linux
diff --git a/PKGBUILD b/PKGBUILD
index 82367dc3e1db..b7731c7c40e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: xyzzy <628208@gmail.com>
pkgname=spotify-adblock-linux
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc='Spotify adblocker for Linux'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
depends=('spotify')
source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz"
"spotify-adblock.desktop")
-sha512sums=('dae7c4b1ebbaa2e5e9f3545aab570242f2168877fbe64524fef3a6a305f2021195cf9db696a53902410c5fbdff2959d43cac667907405afa9c3da2afd6e4ec77'
+sha512sums=('e9fe2f3aaf22314d60027dbae93d9b869fa7f08667062a9e44c707a6c5394dbbc6e77efad8f9d93f183c64ec413388e7d36c084bfe8e8401e1fe82157191ec0a'
'69f497a0b869e855b7c6c733c73ee3f285000d56543bf5083382fe1957a9be9a27f8e7eff6e3ef5ccaf5c12ee7750c7e8561bef54e688e5b8b738b320f5cf90a')
build() {