summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Printzell2016-03-14 21:25:41 +0100
committerDan Printzell2016-03-14 21:25:41 +0100
commitaf66be80f21cde8db57783ff30fa5edca2c01aa8 (patch)
tree0ab153b961db6cd4227077c9c07dcb92f62658d0 /PKGBUILD
parent21ba15f40ac20e050f98a89cdd4d913531c41ade (diff)
downloadaur-af66be80f21cde8db57783ff30fa5edca2c01aa8.tar.gz
Removed patch
Signed-off-by: Dan Printzell <xwildn00bx@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
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
}