summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Sharp2016-08-20 22:14:15 -0400
committerChad Sharp2016-08-20 22:14:15 -0400
commitb858f211adac74109ca7460836980af50587f973 (patch)
treeeb3c34c41147a305450e78e1d4134c3e636fb0d2
parent26738b8cfaddb01f53888680c8719c8629a0be36 (diff)
downloadaur-b858f211adac74109ca7460836980af50587f973.tar.gz
Update to patchset 2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e56e8b9a044..75d63e181b5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 9 20:26:47 UTC 2016
+# Sun Aug 21 02:14:11 UTC 2016
pkgbase = lumina-desktop
pkgdesc = A Lightweight QT5 Desktop for FreeBSD
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/trueos/lumina
install = lumina.install
arch = x86_64
@@ -34,8 +34,8 @@ pkgbase = lumina-desktop
conflicts = lumina-de-git
conflicts = lumina-desktop-git
conflicts = insight-fm
- source = https://github.com/trueos/lumina/archive/v1.0.0-Release-p1.tar.gz
- md5sums = 37c4f2d5d87f28f05db82678a7630ac9
+ source = https://github.com/trueos/lumina/archive/v1.0.0-Release-p2.tar.gz
+ md5sums = 000ef98f4ef2563d6c802e1cc65f68ea
pkgname = lumina-desktop
diff --git a/PKGBUILD b/PKGBUILD
index c82541cb7224..49d1eb814b94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Chad "crossroads1112" Sharp <crossroads1112@riseup.net>
pkgname=lumina-desktop
pkgver=1.0.0
-pkgrel=1
-my_pkgrel=Release-p1
+pkgrel=2
+my_pkgrel=Release-p2
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/trueos/lumina/archive/v${pkgver}-${my_pkgrel}.tar.gz")
-md5sums=('37c4f2d5d87f28f05db82678a7630ac9')
+md5sums=('000ef98f4ef2563d6c802e1cc65f68ea')
build(){