summaryrefslogtreecommitdiffstats
path: root/audio-creation
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:00:30 -0700
committerVlad Glagolev2022-07-27 15:00:30 -0700
commit517535360208e6c19f76c16da66ce369bcd207ce (patch)
treed3da58fc6fda33f5f4cd9a70a30878518ac4eb61 /audio-creation
parent2436f975b7364897f16456ef9c97cf9c068bc9d6 (diff)
sweep: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'audio-creation')
-rwxr-xr-xaudio-creation/sweep/DEPENDS2
-rw-r--r--audio-creation/sweep/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/audio-creation/sweep/DEPENDS b/audio-creation/sweep/DEPENDS
index 2d9c721e4f..79396621d6 100755
--- a/audio-creation/sweep/DEPENDS
+++ b/audio-creation/sweep/DEPENDS
@@ -1,4 +1,4 @@
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends libsndfile &&
depends gtk+2 &&
depends tdb &&
diff --git a/audio-creation/sweep/HISTORY b/audio-creation/sweep/HISTORY
index da97fa6520..11ecf45414 100644
--- a/audio-creation/sweep/HISTORY
+++ b/audio-creation/sweep/HISTORY
@@ -1,3 +1,6 @@
+2022-07-27 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS: switch to PKG-CONFIG provider (automated)
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)