summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2018-07-26 12:19:57 +0300
committerCaleb Maclennan2018-07-26 12:19:57 +0300
commitf55b10f5bba7911159e058f153cbb0d8ff4b7a6c (patch)
tree2ec8180fa7b4cabe606b349d0493350462023ab2
parent5965a60c8a6390306c87a64e92c112c2e9b2499e (diff)
downloadaur-f55b10f5bba7911159e058f153cbb0d8ff4b7a6c.tar.gz
Update upstream project URL
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD18
2 files changed, 17 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8aaa416e17ec..2cc59f9b9d73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Thu Jul 26 09:19:41 UTC 2018
pkgbase = aguilas
pkgdesc = An LDAP user manager and password self-service webaapp.
pkgver = 1.0.2
pkgrel = 0
- url = https://code.google.com/p/aguilas/
+ url = https://github.com/LuisAlejandro/aguilas
arch = any
license = GPL3
makedepends = python-sphinx
@@ -12,9 +14,9 @@ pkgbase = aguilas
source = https://github.com/LuisAlejandro/aguilas/archive/1.0.2.tar.gz
source = tempfile.patch
source = config.php
- md5sums = b6f23c4bc771a0ca512e45fd7e265749
- md5sums = 7b285c7af3d739d26efe17c34c9957ee
- md5sums = 354f77b0725b89efedd7c8682ad7e5de
+ sha256sums = 67124886358e6badc2d747dc6b677e119a53fee1f8da56f7cc4fc8a5992a234f
+ sha256sums = 2a0037887545a327b714cc8858f074bffa75b363bfc6ba501b3890009ffee8f3
+ sha256sums = 0b9078a1efb9cef613efac93adf0ad4b9c51c1bd5f4be403f30419b710863974
pkgname = aguilas
diff --git a/PKGBUILD b/PKGBUILD
index 99cc3bc7c114..1423a74d44ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,26 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
#
# WARNING: Unfinished, aguilas has a lot of stuff in the makefile that needs
-# fixing (e.g. hard coded Debian paths) before this should be released
+# fixing (e.g. hard coded Debian paths) before this should be released. The
+# upstream development branch has some action so I'm waiting to package that,
+# but this 1.x branch should probably never be installed/runt .
pkgname=aguilas
pkgver=1.0.2
pkgrel=0
-url=https://code.google.com/p/aguilas/
-pkgdesc="An LDAP user manager and password self-service webaapp."
+url='https://github.com/LuisAlejandro/aguilas'
+pkgdesc='An LDAP user manager and password self-service webaapp.'
arch=('any')
license=('GPL3')
#depends=('php' 'php-mcrypt' 'php-gd' 'php-ldap' 'php-suhosin' 'smtp-forwarder' 'mailx')
makedepends=('python-sphinx' 'icoutils' 'python-docutils' 'imagemagick')
# libmagickcore-extra
-source=("https://github.com/LuisAlejandro/$pkgname/archive/$pkgver.tar.gz" 'tempfile.patch' 'config.php')
-md5sums=('b6f23c4bc771a0ca512e45fd7e265749'
- '7b285c7af3d739d26efe17c34c9957ee'
- '354f77b0725b89efedd7c8682ad7e5de')
+source=("https://github.com/LuisAlejandro/$pkgname/archive/$pkgver.tar.gz"
+ 'tempfile.patch'
+ 'config.php')
+sha256sums=('67124886358e6badc2d747dc6b677e119a53fee1f8da56f7cc4fc8a5992a234f'
+ '2a0037887545a327b714cc8858f074bffa75b363bfc6ba501b3890009ffee8f3'
+ '0b9078a1efb9cef613efac93adf0ad4b9c51c1bd5f4be403f30419b710863974')
build () {
cd "$srcdir/$pkgname-$pkgver"