summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2020-03-15 11:12:30 +0100
committerValHue2020-03-15 11:12:30 +0100
commit8938aa6f7008ec0be9bff56296d9c16f9d24eac7 (patch)
treea740eea9297bdae181ac5c9eea2078320b676421
parent8ca6fc08fc9d264948e1430072712c5fc9840165 (diff)
downloadaur-8938aa6f7008ec0be9bff56296d9c16f9d24eac7.tar.gz
Fixed version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3d4bc0b9925..4fbe0dd8250f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = shortwave
pkgdesc = Find and listen to internet radio stations.
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
+ epoch = 1
url = https://gitlab.gnome.org/World/Shortwave
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 656b7ee0ad02..dfe00f9c1405 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname="Shortwave"
pkgname="shortwave"
pkgver="1.0.0"
-pkgrel="1"
-#epoch="1"
+pkgrel="2"
+epoch="1"
pkgdesc="Find and listen to internet radio stations."
arch=('any')
url="https://gitlab.gnome.org/World/${_pkgname}"