summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2014-10-01 08:29:38 +0200
committerFlorian Bruhin2014-10-01 08:29:38 +0200
commit544adec398b3371903f4a3bce494f1630dfd6741 (patch)
treea42a6ec6f442e769e2f6875794efe4a1fabdd6a8
parent0e4ae0a8a55bfd73455f48b027840e70de1ec63d (diff)
downloadaur-544adec398b3371903f4a3bce494f1630dfd6741.tar.gz
stikked: Update to 0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 767298801e71..09f70158f6ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stikked
pkgdesc = An advanced and beautiful pastebin written in PHP
- pkgver = 0.8.6
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/claudehohl/Stikked
install = stikked.install
@@ -9,8 +9,8 @@ pkgbase = stikked
depends = php
conflicts = stikked-git
backup = etc/webapps/stikked/stikked.php
- source = stikked-0.8.6.zip::https://github.com/claudehohl/Stikked/zipball/0.8.6
- sha1sums = 06e63beb3ec6c9edb91f61774e859719e87ae92b
+ source = stikked-0.9.0.zip::https://github.com/claudehohl/Stikked/zipball/0.9.0
+ sha1sums = 684450313b9fb0b94e75178c7f564a3d146c3186
pkgname = stikked
diff --git a/PKGBUILD b/PKGBUILD
index f5b47be5e6d6..6c57c4fe4777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org>
pkgname=stikked
-pkgver=0.8.6
+pkgver=0.9.0
pkgrel=1
pkgdesc="An advanced and beautiful pastebin written in PHP"
arch=('any')
@@ -12,7 +12,7 @@ conflicts=('stikked-git')
backup=('etc/webapps/stikked/stikked.php')
install=$pkgname.install
source=("stikked-$pkgver.zip::https://github.com/claudehohl/Stikked/zipball/$pkgver")
-sha1sums=('06e63beb3ec6c9edb91f61774e859719e87ae92b')
+sha1sums=('684450313b9fb0b94e75178c7f564a3d146c3186')
package() {
cd "$srcdir"/claudehohl-Stikked-*/htdocs
@@ -25,4 +25,4 @@ package() {
"$pkgdir/usr/share/webapps/Stikked/application/config/stikked.php"
}
-# vim:set ts=2 sw=2 et:
+# vim:set ts=2 sw=2 ft=sh et: