summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Picht2021-12-18 09:35:13 +0000
committerMichael Picht2021-12-18 09:35:13 +0000
commit3ae59cebdd3188c70fe2c2bf87861d8861931962 (patch)
treed2f05eab64e342e60068e4a15e1556721d79bc0f
parent0e311b279c5f31f8029b4a6af5ff87d25d531350 (diff)
downloadaur-3ae59cebdd3188c70fe2c2bf87861d8861931962.tar.gz
release v3.4.5
Signed-off-by: Michael Picht <mipi@fsfe.org>
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD10
2 files changed, 2 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c4ac53e35dc..f673241d7e01 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.4.4
+ pkgver = 3.4.5
pkgrel = 1
url = https://gitlab.com/mipimipi/smsync/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5ab339ddb86b..e7083f8f3cd2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgorg=gitlab.com/mipimipi
pkgname=smsync-git
_pkgname=smsync
-pkgver=3.4.4
+pkgver=3.4.5
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)
@@ -29,14 +29,6 @@ pkgver() {
)
}
-prepare() {
- mkdir -p gopath/src/$_pkgorg
- ln -rTsf $_pkgname gopath/src/$_pkgorg/$_pkgname
- export GOPATH="$srcdir"/gopath
- cd gopath/src/$_pkgorg/$_pkgname
- dep ensure
-}
-
build() {
cd "$srcdir/$_pkgname"
make