summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-08-01 23:03:29 -0400
committerTed Alff2019-08-01 23:03:29 -0400
commitac9a14d651a248386ca42ef854edafc597576311 (patch)
tree02b11ae1055c0ca77a9d628a239543b930ba6f01
parent889b2865b682c005fd9008fe310e17afb590e406 (diff)
downloadaur-ac9a14d651a248386ca42ef854edafc597576311.tar.gz
Version bump 4.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df0b20c4d7b5..2426e8dd5053 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Nov 5 01:07:14 UTC 2018
pkgbase = nemo-audio-tab
pkgdesc = View audio tag information in Nemo's properties tab
- pkgver = 4.0.0
+ pkgver = 4.2.0
pkgrel = 1
url = https://github.com/linuxmint/nemo-extensions
arch = any
@@ -11,8 +9,8 @@ pkgbase = nemo-audio-tab
depends = nemo-python>=3.9.0
depends = python-mutagen
options = !emptydirs
- source = nemo-extensions-4.0.0.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/4.0.0.tar.gz
- sha256sums = 4bee7336554fd3c6e87371bc4683e5bee989a67030582b89a050aad5874a04de
+ source = nemo-extensions-4.2.0.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/4.2.0.tar.gz
+ sha256sums = 8ee8698c6058762965635d8233c18a4019437f73752e2085087d812aa46c0fe5
pkgname = nemo-audio-tab
diff --git a/PKGBUILD b/PKGBUILD
index 1d15a759cf4a..2964c713efb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,7 @@
# Contributor: Serede Sixty Six <serede.dev@gmail.com>
pkgname='nemo-audio-tab'
-pkgver=4.0.0
-_mintrel='betsy'
+pkgver=4.2.0
pkgrel=1
pkgdesc="View audio tag information in Nemo's properties tab"
arch=('any')
@@ -13,14 +12,11 @@ url="https://github.com/linuxmint/nemo-extensions"
depends=('nemo-python>=3.9.0' 'python-mutagen')
makedepends=('python-distutils-extra')
options=('!emptydirs')
-#source=("${pkgname}-${pkgver}.tar.gz::http://packages.linuxmint.com/pool/main/${pkgname:0:1}/${pkgname}/${pkgname}_${pkgver}+${_mintrel}.tar.gz")
source=("nemo-extensions-$pkgver.tar.gz::https://github.com/linuxmint/nemo-extensions/archive/$pkgver.tar.gz")
-sha256sums=('4bee7336554fd3c6e87371bc4683e5bee989a67030582b89a050aad5874a04de')
+sha256sums=('8ee8698c6058762965635d8233c18a4019437f73752e2085087d812aa46c0fe5')
package() {
- #cd ${pkgname}-${pkgver}+${_mintrel}
cd "${srcdir}/nemo-extensions-${pkgver}/${pkgname}"
-
python ./setup.py install --prefix=/usr --root="${pkgdir}" \
--no-compile -O0
}