summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Skinner2018-05-01 11:01:36 -0500
committerEthan Skinner2018-05-01 11:01:36 -0500
commit0dea48d829eefe05b9a80f6801c6fe9de7e1eff2 (patch)
treecdcd5fcf4fef051ace4fa0f2dd93653b7b7a8754
parent6aa8c9b2c1417a7ef48323eba01ccc1071a23cca (diff)
downloadaur-0dea48d829eefe05b9a80f6801c6fe9de7e1eff2.tar.gz
Add git makedpend to allow build from clean chroot
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD5
3 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 995cedc5d8da..9d2a5af50d86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = znc-push-git
pkgdesc = A module for ZNC that sends notifications to push notification services
pkgver = v1.0.0.r163.d2cf0d3
- pkgrel = 1
+ pkgrel = 2
url = http://noswap.com/projects/znc-push
arch = i686
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = znc-push-git
arch = armv7h
arch = aarch64
license = MIT
+ makedepends = git
depends = znc
source = znc-push-git::git+git://github.com/jreese/znc-push.git
md5sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..12e2af3906f6
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*tar.gz
+*pkg.tar.xz
+pkg
+src
+*.patch
+znc-push-git
diff --git a/PKGBUILD b/PKGBUILD
index a3ea71f02e8e..8568a792a7e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Leela Ross <leela@leela-ross.com>
-# Contributor: Ethan Skinner <aur@etskinner.com>
+# Maintainer: Ethan Skinner <aur@etskinner.com>
pkgname=znc-push-git
pkgver=v1.0.0.r163.d2cf0d3
-pkgrel=1
+pkgrel=2
pkgdesc="A module for ZNC that sends notifications to push notification services"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="http://noswap.com/projects/znc-push"
license=('MIT')
depends=('znc')
+makedepends=('git')
source=("${pkgname}::git+git://github.com/jreese/znc-push.git")
md5sums=('SKIP')