summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91d56b7a645f..f52f90c8154b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sipsak-git
pkgdesc = A small command line tool for developers and administrators of Session Initiation Protocol (SIP) applications.
- pkgver = r524.0bdf6e6
+ pkgver = r539.e03190b
pkgrel = 1
url = https://github.com/nils-ohlmeier/sipsak
arch = x86_64
@@ -11,8 +11,7 @@ pkgbase = sipsak-git
depends = gnutls
depends = openssl
depends = c-ares
- source = git+https://github.com/nils-ohlmeier/sipsak.git
+ source = sipsak-git::git+https://github.com/nils-ohlmeier/sipsak.git
md5sums = SKIP
pkgname = sipsak-git
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..02021f0e33e9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+sipsak-git*
diff --git a/PKGBUILD b/PKGBUILD
index 22ec647bb9c5..b483411d312f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jose Lopes <josemslopes at gmail dot com>
pkgname=sipsak-git
-pkgver=r524.0bdf6e6
+pkgver=r539.e03190b
pkgrel=1
pkgdesc='A small command line tool for developers and administrators of Session Initiation Protocol (SIP) applications.'
arch=('x86_64')