summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorValHue2020-02-18 19:54:29 +0100
committerValHue2020-02-18 19:54:29 +0100
commit38e4350be0396cf3b56718978bad7b22e88be409 (patch)
treebb85554a926a969d835e7fa11d9713e6b689b7ce /PKGBUILD
parent642824af4da8e11d6fad274dfb3e2227717481df (diff)
downloadaur-38e4350be0396cf3b56718978bad7b22e88be409.tar.gz
Update to 0.0.2-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5977b6ba8bff..7e3090819689 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
#
_pkgname="Shortwave"
pkgname="shortwave"
-pkgver="0.0.1"
-pkgrel="3"
+pkgver="0.0.2"
+pkgrel="1"
epoch="1"
pkgdesc="Find and listen to internet radio stations."
arch=('any')
@@ -16,7 +16,7 @@ makedepends=('cargo' 'git' 'gobject-introspection' 'gst-plugins-base-libs' 'libd
options=('!emptydirs')
conflicts=("${pkgname}"-git)
source=("${_pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('7173400e55c8c5d0117ca1e877942af685e646197552f7ee8103fca73d648e34')
+sha256sums=('a6289e9c256e2eb13f463afe886564bf90ce0ce129250bd0b2008663cdb9ae97')
build() {
cd "${_pkgname}-${pkgver}"