summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e8b8de39bbf..31d8fbe51a4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Feb 7 18:38:02 UTC 2019
pkgbase = volatile-git
pkgdesc = Simple ALSA status icon and volume control
- pkgver = 0.28.d4e0090
+ pkgver = 0.33.64f5dbb
pkgrel = 1
url = https://github.com/gavinhungry/volatile
arch = any
@@ -10,8 +8,7 @@ pkgbase = volatile-git
makedepends = git
depends = pygtk
depends = python2-pyalsaaudio
- source = volatile-git::git+https://github.com/gavinhungry/volatile.git#branch=master
+ source = volatile-git::git+https://github.com/gavinhungry/volatile.git
sha256sums = SKIP
pkgname = volatile-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 074530422e81..b047ae2786d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gavin Lloyd <gavinhungry@gmail.com>
pkgname=volatile-git
-pkgver=0.28.d4e0090
+pkgver=0.33.64f5dbb
pkgrel=1
pkgdesc="Simple ALSA status icon and volume control"
url="https://github.com/gavinhungry/volatile"
@@ -9,7 +9,7 @@ license=('MIT')
arch=('any')
makedepends=('git')
depends=('pygtk' 'python2-pyalsaaudio')
-source=("${pkgname}::git+${url}.git#branch=master")
+source=("${pkgname}::git+${url}.git")
sha256sums=('SKIP')
pkgver () {