summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot2022-01-25 14:18:00 +0100
committerroot2022-01-25 14:18:00 +0100
commit088ba26f9cdeeb983410a5dcf735f400696cabf7 (patch)
tree06c72e02a87e2979852eb72635a03da17dfc1f00
parent568801e91012781824d0c6256bec0b3748923d12 (diff)
downloadaur-rezound-svn.tar.gz
removed the "replaces" entry.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d40e0e5ceac..cdcf0efbd199 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rezound-svn
pkgdesc = A graphical audio file editor, not bloated, simple to use. Supports LADSPA-plugins. (NOTE: The package's dependencies can be minimised by changing the PKGBUILD's ./configure-script.)
pkgver = latest
- pkgrel = 2
+ pkgrel = 3
url = http://rezound.sourceforge.net/
install = rezound.install
arch = i686
@@ -24,7 +24,6 @@ pkgbase = rezound-svn
optdepends = cdrdao: For burn-to-CD-feature.
provides = rezound=latest
conflicts = rezound
- replaces = rezound<=latest
source = rezound::svn+http://svn.code.sf.net/p/rezound/code/trunk
source = rezound.png
source = rezound.install
diff --git a/PKGBUILD b/PKGBUILD
index ca6e73732a3b..28f0229b8f62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ _pkgver='latest'
# pkgver="${_pkgver}"
pkgver="${_pkgver}"
# pkgver='0.13.1beta.r2022M.date20131229'
-pkgrel=2
+pkgrel=3
pkgdesc="A graphical audio file editor, not bloated, simple to use. Supports LADSPA-plugins. (NOTE: The package's dependencies can be minimised by changing the PKGBUILD's ./configure-script.)"
arch=('i686' 'x86_64')
url='http://rezound.sourceforge.net/'
@@ -44,9 +44,6 @@ optdepends=(
provides=(
"${_name}=${pkgver}"
)
-replaces=(
- "${_name}<=${pkgver}"
- )
conflicts=(
"$_name"
)