summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Sharp2016-02-19 18:23:41 -0500
committerChad Sharp2016-02-19 18:23:41 -0500
commit43b124a35ffa02e36b27c5c81a04742bf4dccd69 (patch)
tree8aad6ead4b5605a9bc3a9cf0ff65a5c2b5876c8b
parent09a0e2852ad870ee93eb4b569403bee6c240524a (diff)
downloadaur-43b124a35ffa02e36b27c5c81a04742bf4dccd69.tar.gz
Update to 0.8.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28aee3a3af2c..933e98b159da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jan 6 00:29:29 UTC 2016
+# Fri Feb 19 23:23:38 UTC 2016
pkgbase = lumina-desktop
pkgdesc = A Lightweight QT5 Desktop for FreeBSD
- pkgver = 0.8.7
+ pkgver = 0.8.8
pkgrel = 1
url = https://github.com/pcbsd/lumina
install = lumina.install
@@ -34,8 +34,8 @@ pkgbase = lumina-desktop
conflicts = lumina-de-git
conflicts = lumina-desktop-git
conflicts = insight-fm
- source = https://github.com/pcbsd/lumina/archive/v0.8.7-Release.tar.gz
- md5sums = b02cf115bc922b2685191fd42c455168
+ source = https://github.com/pcbsd/lumina/archive/v0.8.8-Release-p1.tar.gz
+ md5sums = 449332ea59ff55cc1bfcc1a2c5edf1e2
pkgname = lumina-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 04748deba71c..bc64703c27fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chad "crossroads1112" Sharp <crossroads1112@riseup.net>
pkgname=lumina-desktop
-pkgver=0.8.7
+pkgver=0.8.8
pkgrel=1
-my_pkgrel=Release
+my_pkgrel=Release-p1
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=('b02cf115bc922b2685191fd42c455168')
+md5sums=('449332ea59ff55cc1bfcc1a2c5edf1e2')
build(){