summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Picht2020-02-06 12:42:43 +0000
committerMichael Picht2020-02-06 12:42:43 +0000
commit0a6692f689573f36f79e7770f21ab1bbf011d4d3 (patch)
tree7183810215a04549b97a722ca5d1738937e6ee91
parent336d0f91c8e86a40ca177788de86a6042a68a4db (diff)
downloadaur-0a6692f689573f36f79e7770f21ab1bbf011d4d3.tar.gz
corrected wrong upstreamURL in PKGBUILD
Signed-off-by: Michael Picht <mipi@fsfe.org>
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d30e17fe7fad..2ad5b9eea8bf 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = smsync-git
pkgdesc = smsync (Smart Music Sync) keeps huge music collections in sync and is takes care of conversions between different file formats. It's an easy-to-use command line application for Linux
- pkgver = 3.3.2
+ pkgver = 3.4.0
pkgrel = 1
- url = https://github.com/mipimipi/smsync/
+ url = https://gitlab.com/mipimipi/smsync/
arch = x86_64
arch = i686
license = GPL3
makedepends = go-pie
makedepends = dep
depends = ffmpeg
- source = git://github.com/mipimipi/smsync.git
+ source = git://gitlab.com/mipimipi/smsync.git
sha256sums = SKIP
pkgname = smsync-git
diff --git a/PKGBUILD b/PKGBUILD
index 6444022d27e7..eaa46965c2af 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Maintainer: Michael Picht <michael dot picht at ussenterprise dot de>
-pkgorg=github.com/mipimipi
+pkgorg=gitlab.com/mipimipi
pkgname=smsync-git
_pkgname=smsync
-pkgver=3.3.2
+pkgver=3.4.0
pkgrel=1
pkgdesc="smsync (Smart Music Sync) keeps huge music collections in sync and is takes care of conversions between different file formats. It's an easy-to-use command line application for Linux"
arch=('x86_64' 'i686')