summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2016-09-01 10:07:37 +0200
committerFlorian Bruhin2016-09-01 10:07:37 +0200
commit1efa108616c44155013ffcd9ca25f22f7eb32527 (patch)
tree009f50e5cc83de3599ae6a4c29507a71fab3e6ff
parent1593866e93dbb25e7583c4bcb3192cf261413df7 (diff)
downloadaur-1efa108616c44155013ffcd9ca25f22f7eb32527.tar.gz
Remove patch applied upstream
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 7 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81e0ba7494e6..bfd08b97cc04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Aug 25 11:15:08 UTC 2016
+# Thu Sep 1 08:07:32 UTC 2016
pkgbase = stikked-git
pkgdesc = An advanced and beautiful pastebin written in PHP
- pkgver = 0.10.0.r34.ge068019
- pkgrel = 2
+ pkgver = 0.10.0.r49.g1fd4d32
+ pkgrel = 1
url = https://github.com/claudehohl/Stikked
install = stikked-git.install
arch = any
@@ -14,9 +14,7 @@ pkgbase = stikked-git
conflicts = stikked
backup = etc/webapps/stikked/stikked.php
source = git+https://github.com/claudehohl/Stikked.git
- source = https://patch-diff.githubusercontent.com/raw/claudehohl/Stikked/pull/370.patch
sha1sums = SKIP
- sha1sums = 934fd0331238b9f2c3a008069faafd6628685822
pkgname = stikked-git
diff --git a/PKGBUILD b/PKGBUILD
index 7d5c0e307b5e..c49d0daee00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=stikked-git
_gitname='Stikked'
-pkgver=0.10.0.r34.ge068019
-pkgrel=2
+pkgver=0.10.0.r49.g1fd4d32
+pkgrel=1
pkgdesc="An advanced and beautiful pastebin written in PHP"
arch=('any')
url="https://github.com/claudehohl/Stikked"
@@ -14,21 +14,14 @@ provides=('stikked')
conflicts=('stikked')
backup=('etc/webapps/stikked/stikked.php')
install=$pkgname.install
-source=('git+https://github.com/claudehohl/Stikked.git'
- 'https://patch-diff.githubusercontent.com/raw/claudehohl/Stikked/pull/370.patch')
-sha1sums=('SKIP'
- '934fd0331238b9f2c3a008069faafd6628685822')
+source=('git+https://github.com/claudehohl/Stikked.git')
+sha1sums=('SKIP')
pkgver() {
cd "$srcdir/$_gitname"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
-prepare() {
- cd "$srcdir/$_gitname"
- patch -p1 -i "$srcdir/370.patch"
-}
-
package() {
cd "$srcdir/$_gitname/htdocs"