summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Sharp2015-07-15 23:40:11 -0400
committerChad Sharp2015-07-15 23:40:11 -0400
commita01a6a01d5756e9d4118437806689ad74a507b8c (patch)
tree5d43504c1c04a431d30dbc4a37747936d45322d7
parent37901da5eef10d32f4ad5661622a68ac24be99e1 (diff)
downloadaur-a01a6a01d5756e9d4118437806689ad74a507b8c.tar.gz
Updated to 0.8.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df0e72f187ec..a935d1f152cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lumina-desktop
pkgdesc = A Lightweight QT5 Desktop for FreeBSD
- pkgver = 0.8.4
+ pkgver = 0.8.5
pkgrel = 1
url = https://github.com/pcbsd/lumina
install = lumina.install
@@ -32,8 +32,8 @@ pkgbase = lumina-desktop
conflicts = lumina-de-git
conflicts = lumina-desktop-git
conflicts = insight-fm
- source = https://github.com/pcbsd/lumina/archive/v0.8.4-Release-P1.tar.gz
- md5sums = 7f6fe869e99ee0816bcea12c0da92acd
+ source = https://github.com/pcbsd/lumina/archive/v0.8.5-Release.tar.gz
+ md5sums = 33a39510a1964baf12b32c14a6d80b41
pkgname = lumina-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 89da1c509b93..c5579a4b5a07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chad "crossroads1112" Sharp <crossroads1112@riseup.net>
pkgname=lumina-desktop
-pkgver=0.8.4
+pkgver=0.8.5
pkgrel=1
-my_pkgrel=Release-P1
+my_pkgrel=Release
pkgfullname="${pkgname%-*}-${pkgver}-${my_pkgrel}"
pkgdesc="A Lightweight QT5 Desktop for FreeBSD"
arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@ conflicts=("lumina-de-git" "lumina-desktop-git" "insight-fm")
provides=("${pkgname%-*}" "insight-fm")
install="${pkgname%-*}.install"
source=("https://github.com/pcbsd/lumina/archive/v${pkgver}-${my_pkgrel}.tar.gz")
-md5sums=('7f6fe869e99ee0816bcea12c0da92acd')
+md5sums=('33a39510a1964baf12b32c14a6d80b41')
build(){