summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Bruhin2016-09-01 10:07:37 +0200
committerFlorian Bruhin2016-09-01 10:07:37 +0200
commit1efa108616c44155013ffcd9ca25f22f7eb32527 (patch)
tree009f50e5cc83de3599ae6a4c29507a71fab3e6ff /PKGBUILD
parent1593866e93dbb25e7583c4bcb3192cf261413df7 (diff)
downloadaur-stikked-git.tar.gz
Remove patch applied upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
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"