Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Nov 27, 2023
1 parent 0bf45cf commit 982af8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions cross/ffsync/Makefile → cross/syncstorage-rs/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
PKG_NAME = ffsync
REPO_NAME = syncstorage-rs
PKG_NAME = syncstorage-rs
PKG_VERS = 0.14.1
PKG_EXT = tar.gz
PKG_DIST_NAME = $(REPO_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/mozilla-services/$(REPO_NAME)/archive/${PKG_VERS}
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/mozilla-services/$(PKG_NAME)/archive/${PKG_VERS}
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)

DEPENDS =
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion spk/ffsync/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SPK_REV = 4
SPK_ICON = src/ffsync.png

BUILD_DEPENDS = cross/curl cross/mysql-connector-c
DEPENDS = cross/ffsync
DEPENDS = cross/syncstorage-rs

PYTHON_PACKAGE = python311
WHEELS = src/requirements.txt
Expand Down

0 comments on commit 982af8a

Please sign in to comment.