summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Falk2016-01-03 20:25:11 +0100
committerMax Falk2016-01-03 20:25:11 +0100
commite6bc69e80487c99e4da99f97406286d7877b0c98 (patch)
tree67f7088061ba1fca826e50353c077f7fc3880b48
parent222bc015405ed5e6779dde695fd1387c294095af (diff)
downloadaur-e6bc69e80487c99e4da99f97406286d7877b0c98.tar.gz
update to 3.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rwxr-xr-xPKGBUILD4
-rw-r--r--v3.2.1.tar.gzbin120251 -> 0 bytes
4 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e7d774c63f8..f29f41f3642d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 3 12:45:21 UTC 2016
+# Sun Jan 3 19:23:18 UTC 2016
pkgbase = blockify
pkgdesc = Mutes Spotify advertisements.
- pkgver = 3.2.1
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/mikar/blockify
arch = any
@@ -16,8 +16,8 @@ pkgbase = blockify
depends = python-setuptools
depends = python-docopt
conflicts = blockify-git
- source = https://github.com/mikar/blockify/archive/v3.2.1.tar.gz
- sha256sums = d64d611603a5116bca1736953888b336784720d6071603420c41f7a57cb6e441
+ source = https://github.com/mikar/blockify/archive/v3.3.0.tar.gz
+ sha256sums = e71d224f3f278c8d674f03f49d90079c3921b8c63914aba9c4ddbf738f3738c8
pkgname = blockify
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b20752a93bec
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.tar.gz
+*.tar.xz
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 2ec749bb742a..a6e6acf3c760 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: demian <mikar ατ gmx δοτ de>
pkgname=blockify
-pkgver=3.2.1
+pkgver=3.3.0
pkgrel=1
pkgdesc="Mutes Spotify advertisements."
arch=("any")
@@ -16,4 +16,4 @@ package() {
python setup.py install --root="${pkgdir}"
}
-sha256sums=('d64d611603a5116bca1736953888b336784720d6071603420c41f7a57cb6e441')
+sha256sums=('e71d224f3f278c8d674f03f49d90079c3921b8c63914aba9c4ddbf738f3738c8')
diff --git a/v3.2.1.tar.gz b/v3.2.1.tar.gz
deleted file mode 100644
index d3f05058dcaa..000000000000
--- a/v3.2.1.tar.gz
+++ /dev/null
Binary files differ