summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2017-10-02 11:48:13 +0200
committerFlorian Bruhin2017-10-02 11:48:13 +0200
commita8211f4c0aa2bf0ab402a7a34895d09a9afa4479 (patch)
tree126cd1d9b4647dd9303054bb28db70f1d5d8a14f
parentdfe5d5e27c01cfb8eb42940c84a7303b0106b8af (diff)
downloadaur-a8211f4c0aa2bf0ab402a7a34895d09a9afa4479.tar.gz
Update to v0.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2bdec44ed252..f5772f298a8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Oct 2 15:18:21 UTC 2016
+# Mon Oct 2 09:47:17 UTC 2017
pkgbase = stikked
pkgdesc = An advanced and beautiful pastebin written in PHP
- pkgver = 0.11.0
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/claudehohl/Stikked
install = stikked.install
@@ -11,8 +11,8 @@ pkgbase = stikked
depends = php
conflicts = stikked-git
backup = etc/webapps/stikked/stikked.php
- source = stikked-0.11.0.zip::https://github.com/claudehohl/Stikked/zipball/0.11.0
- sha1sums = bfc733f72b58e7baa4d59b774791bef3d4be78f4
+ source = stikked-0.12.0.zip::https://github.com/claudehohl/Stikked/zipball/0.12.0
+ sha1sums = f9fdf9fe73baa5223577d4ab1f38a6efdb999ce5
pkgname = stikked
diff --git a/PKGBUILD b/PKGBUILD
index 6c7651cfc5a4..4f83a857900e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org>
pkgname=stikked
-pkgver=0.11.0
+pkgver=0.12.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=('bfc733f72b58e7baa4d59b774791bef3d4be78f4')
+sha1sums=('f9fdf9fe73baa5223577d4ab1f38a6efdb999ce5')
package() {
cd "$srcdir"/claudehohl-Stikked-*/htdocs