From 4d7da95906f66a10368f8689b6686199753268b9 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 10 Aug 2014 12:27:56 +0200 Subject: Add support for architecture-specific fields This adds support for architecture-specific dependencies and relations. Support for this has recently been added to makepkg, see commit 2b556d8 (PKGBUILD: handle arch specific attributes, 2014-07-25) in the pacman repository for details. Signed-off-by: Lukas Fleischer --- upgrading/3.5.0.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 upgrading/3.5.0.txt (limited to 'upgrading/3.5.0.txt') diff --git a/upgrading/3.5.0.txt b/upgrading/3.5.0.txt new file mode 100644 index 0000000..a0ee389 --- /dev/null +++ b/upgrading/3.5.0.txt @@ -0,0 +1,6 @@ +1. Add support for architecture-specific dependencies to the database: + +---- +ALTER TABLE PackageDepends ADD COLUMN DepArch VARCHAR(255) NULL DEFAULT NULL; +ALTER TABLE PackageRelations ADD COLUMN RelArch VARCHAR(255) NULL DEFAULT NULL; +---- -- cgit v1.2.3-54-g00ecf