summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2064770fb059..383eb7fc6b3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jan 29 20:52:24 UTC 2016
+# Mon Mar 14 20:25:28 UTC 2016
pkgbase = dinu-git
pkgdesc = Launcher, file manager, one-way terminal
- pkgver = r43.9b15586
+ pkgver = r46.c54ad0f
pkgrel = 1
url = https://github.com/weltensturm/dinu
arch = i686
@@ -17,9 +17,7 @@ pkgbase = dinu-git
conflicts = dinu
options = !strip
source = git+https://github.com/weltensturm/dinu
- source = https://github.com/weltensturm/dinu/pull/4.patch
sha256sums = SKIP
- sha256sums = 252e2aca3a23508d7bb055dfccd9d83a13749fefd5e02affa759158e2861819c
pkgname = dinu-git
diff --git a/PKGBUILD b/PKGBUILD
index 9a90fa7418bb..22e97e8c3226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dan Printzell <xwildn00bx@gmail.com>
pkgname=("dinu-git")
-pkgver=r43.9b15586
+pkgver=r46.c54ad0f
pkgrel=1
pkgdesc="Launcher, file manager, one-way terminal"
arch=("i686" "x86_64")
@@ -16,11 +16,9 @@ options=("!strip")
source=(
"git+https://github.com/weltensturm/dinu"
- "https://github.com/weltensturm/dinu/pull/4.patch"
)
sha256sums=(
"SKIP"
- "252e2aca3a23508d7bb055dfccd9d83a13749fefd5e02affa759158e2861819c"
)
pkgver() {
@@ -30,12 +28,12 @@ pkgver() {
prepare() {
cd $srcdir/dinu
- patch -Np1 -i $srcdir/4.patch
+ dub upgrade
}
build() {
cd $srcdir/dinu
- dub build --cache=local
+ dub build
strip ./bin/dinu
}