summaryrefslogtreecommitdiffstats
path: root/audio-creation
diff options
context:
space:
mode:
authorVlad Glagolev2022-07-27 15:00:29 -0700
committerVlad Glagolev2022-07-27 15:00:29 -0700
commit63c3b69ace8e62a617c7b1dd981db60882d21ee5 (patch)
tree2db83ddcc692d65e6a2ae10b8c4844acfac0217f /audio-creation
parent9ff14fa30f5d0914b3aecd950ea5a07d5120b85d (diff)
hexter: switch to PKG-CONFIG provider (automated)
Diffstat (limited to 'audio-creation')
-rwxr-xr-xaudio-creation/hexter/DEPENDS2
-rw-r--r--audio-creation/hexter/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/audio-creation/hexter/DEPENDS b/audio-creation/hexter/DEPENDS
index 53f8484738..9cb603bca4 100755
--- a/audio-creation/hexter/DEPENDS
+++ b/audio-creation/hexter/DEPENDS
@@ -1,4 +1,4 @@
-depends pkgconfig &&
+depends PKG-CONFIG &&
depends alsa-lib &&
depends ladspa &&
depends liblo &&
diff --git a/audio-creation/hexter/HISTORY b/audio-creation/hexter/HISTORY
index 0df7604eb7..caed7cab97 100644
--- a/audio-creation/hexter/HISTORY
+++ b/audio-creation/hexter/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)