summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2016-11-08 17:58:36 +0200
committerMantas Mikulėnas2016-11-08 17:58:36 +0200
commitbede90b5665bd5560ea2fe9bb954b60dd9561990 (patch)
tree78642525c01407db736c1f8e26c0a948da8c346d
parentb940ff3473e35c4270be996a8f0a9768985cffda (diff)
downloadaur-bede90b5665bd5560ea2fe9bb954b60dd9561990.tar.gz
update source URL
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8d69f446194..3d19c03ab443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Jun 8 15:08:09 UTC 2016
+# Tue Nov 8 15:57:20 UTC 2016
pkgbase = mstpd
pkgdesc = User-space RSTP and MSTP daemon
- pkgver = 0.04.r38.g01b7f47
+ pkgver = 0.04.r57.ga41b99cf0100
pkgrel = 1
+ url = https://github.com/mstpd/mstpd
arch = i686
arch = x86_64
license = GPL2
- source = git+https://github.com/ocedo/mstpd.git
+ source = git+https://github.com/mstpd/mstpd.git
source = mstpd.service
sha256sums = SKIP
sha256sums = 36c03f67ca55efc2822e2bec04d62c9f43417772b7a10effcf584664ff78227b
diff --git a/PKGBUILD b/PKGBUILD
index 318b7e0f6d9e..b507eb817593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
pkgname=mstpd
-pkgver=0.04.r38.g01b7f47
+pkgver=0.04.r57.ga41b99cf0100
pkgrel=1
pkgdesc="User-space RSTP and MSTP daemon"
+url="https://github.com/mstpd/mstpd"
arch=(i686 x86_64)
license=(GPL2)
-source=(git+https://github.com/ocedo/mstpd.git mstpd.service)
+source=(git+https://github.com/mstpd/mstpd.git
+ mstpd.service)
sha256sums=('SKIP'
'36c03f67ca55efc2822e2bec04d62c9f43417772b7a10effcf584664ff78227b')
pkgver() {
cd "$pkgname"
- git tag -f v0.03 8b24d0260652357709cda159b45b0b58a2545e9e
- git tag -f v0.04 61728c9ecaf40f787cd1994be15f41a91df8986a
git describe --tags | sed 's/^v//; s/-/.r/; s/-/./'
}
@@ -27,6 +27,8 @@ build() {
}
package() {
+ mkdir -p "$pkgdir/usr/bin"
+
cd "$pkgname"
make DESTDIR="$pkgdir" install