summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStorm dragon2015-12-21 21:04:31 -0500
committerStorm dragon2015-12-21 21:04:31 -0500
commit608fe32407ba3b2d04931aed5189eddfad3628d3 (patch)
tree28d53cb8a76efcb43ba1583e1616cde944ff3056
parentf4565a1883d9f538c7973e5647682ad2b364f557 (diff)
downloadaur-608fe32407ba3b2d04931aed5189eddfad3628d3.tar.gz
Fixed some PKGBUILD issues.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86a7c47b7f6e..1fa25cfe486e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Tue Dec 22 02:04:21 UTC 2015
pkgbase = opustags-git
pkgdesc = View and edit tags for opus files from the command line.
pkgver = 0.36.fcd6470
- pkgrel = 1
- url = http://github.com/fmang/pkgname
+ pkgrel = 2
+ url = https://github.com/fmang/opustags
arch = any
- license = GPL3
+ license = BSD3
makedepends = git
depends = libogg
provides = opustags
conflicts = opustags
- source = opustags::git+git://github.com/fmang/opustags.git
+ source = git+https://github.com/fmang/opustags.git
md5sums = SKIP
pkgname = opustags-git
diff --git a/PKGBUILD b/PKGBUILD
index fc9b364e2fdc..cbfb27c902f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_pkgname=opustags
pkgname=opustags-git
pkgver=0.36.fcd6470
-pkgrel=1
+pkgrel=2
pkgdesc="View and edit tags for opus files from the command line."
arch=('any')
-url="http://github.com/fmang/pkgname"
-license=('GPL3')
+url="https://github.com/fmang/$_pkgname"
+license=('BSD3')
depends=('libogg')
makedepends=('git')
provides=("$_pkgname")
conflicts=("$_pkgname")
-source=("$_pkgname::git+git://github.com/fmang/$_pkgname.git")
+source=("git+https://github.com/fmang/$_pkgname.git")
md5sums=("SKIP")
pkgver()