From fd5644b6aae2c7d7c485746d7636557dff1b4341 Mon Sep 17 00:00:00 2001 From: Jay Larson Date: Sat, 2 Dec 2017 15:07:30 -0600 Subject: [PATCH] Corrected repo to 'dev' for libusb-dev --- Makefile | 2 +- Makefile.libusb-dev | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f38c220..fcac103 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ export URL = http://libusb.info/ export REPO = main BRIEF = C library providing access to USB devices DESC = libusb is a C library that provides generic access to USB devices -SNAPVER = 1 +SNAPVER = 2 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') diff --git a/Makefile.libusb-dev b/Makefile.libusb-dev index 85b2f73..1360ba4 100644 --- a/Makefile.libusb-dev +++ b/Makefile.libusb-dev @@ -9,6 +9,7 @@ # GNU General Public License for more details. DEPENDS = libusb +REPO = dev BRIEF = Development files for libusb DESC = Development files for libusb