summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2024-02-07 11:27:06 +0100
committerMichał Wojdyła2024-02-07 11:27:06 +0100
commit001ca04e19006f612294201edd09d37d019e01fe (patch)
treecd15130f8fcbbe117a66e4b53593ec2997af6f72
parent42f74ba29357758fd590432c16a56b3ad65c7687 (diff)
downloadaur-001ca04e19006f612294201edd09d37d019e01fe.tar.gz
remove conflicts, use source array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD22
2 files changed, 5 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ad0182a1fac..c8ce68f33439 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = uwsgitop-git
makedepends = git
makedepends = python2-distribute
depends = python2
+ source = git+https://github.com/unbit/uwsgitop.git
+ b2sums = SKIP
pkgname = uwsgitop-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6f4f29534bd8..5115ae560828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Jan Oliver Oelerich <janoliver@oelerich.org>
+# Contributor: Jan Oliver Oelerich <janoliver@oelerich.org>
pkgname=uwsgitop-git
pkgver=20130415
pkgrel=1
@@ -7,27 +7,11 @@ arch=('i686' 'x86_64')
url="http://github.com/unbit/uwsgitop.git"
license=('GPL')
depends=('python2')
-conflicts=('')
makedepends=('git' 'python2-distribute')
-
-_gitroot="https://github.com/unbit/uwsgitop.git"
+source=("git+https://github.com/unbit/uwsgitop.git")
+b2sums=('SKIP')
_gitname="uwsgitop"
-build() {
- cd "$srcdir"
- msg "Connecting to GIT server...."
-
- if [ -d $_gitname ] ; then
- cd $_gitname && git pull origin
- msg "The local files are updated."
- else
- git clone $_gitroot
- cd $_gitname
- fi
-
- msg "GIT checkout done or server timeout"
-}
-
package() {
cd "$srcdir/$_gitname"
sed -i "s|#\!python|#\!/usr/bin/python2|" uwsgitop